root/i2c/trunk/CHANGES @ 3505

Revision 3505, 1.2 KB (checked in by mds, 13 years ago)

(mds) fix bug that incremented instead of decremented MOD_USE_COUNT

upon device close. This bug was introduced in version 1.32
on 7/25/00.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1This is a list of the most important changes between 2.x versions. It is by
2no means complete, listing only user-visible changes which are interesting.
3The ultimate way to know what has changed is to run diff, or even neater,
4ask CVS about it:
5
6  * Checkout the archive (see doc/cvs for how you can do this)
7  * Determine which tags are valid, by running this command from the
8    project root directory:
9      cvs status -v -l Makefile
10    Valid tags are usually like form V2-1-0 for version 2.1.0
11  * Ask cvs for the difference between two versions:
12      cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS
13    for example:
14      cvs diff -r V2-0-0 -r V2-0-1 -u
15
162.5.3 (2000????)
17  i2c-dev.c: Fix bug that MOD_COUNT was incremented instead of decremented
18             on close.
19  i2c-id.h: Add algorithms for ACPI and ACCESS.bus
20  i2c-id.h: Add smart battery devices
21  i2c-id.h: Add ALI 1535 device
22  i2c-core.c, i2c-dev.c, i2c-dev.h, i2c.h: Add i2c block write support
23
242.5.2 (20000709)
25  i2c-philips-par: Now compiles on all 2.2 kernels
26  i2c-core: Corrected some SMBus block commands-related stuff
27  i2c-core: Much better error checking in (de)registering functions
28  i2c-core: Saner and now even documented handling of dummy drivers
29
302.5.1 (20000618) and older:
31  No data available
32
Note: See TracBrowser for help on using the browser.