root/i2c/trunk/CHANGES @ 3519

Revision 3519, 1.5 KB (checked in by mds, 13 years ago)

(mds) add serverworks osb4 support.

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