| 1 | i2c CHANGES file |
|---|
| 2 | ----------------------- |
|---|
| 3 | This is a list of the most important changes between 2.x versions. It is by |
|---|
| 4 | no means complete, listing only user-visible changes which are interesting. |
|---|
| 5 | The ultimate way to know what has changed is to run diff, or even neater, |
|---|
| 6 | ask 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 | |
|---|
| 20 | 2.6.0 (2001????) |
|---|
| 21 | i2c.h: Add #defines from lm_sensors i2c-isa.h |
|---|
| 22 | i2c-algo-8xx.[ch]: New |
|---|
| 23 | i2c-dev.c: Fix cleanup |
|---|
| 24 | i2c-id.h: Add device ID's from lm_sensors sensors.h |
|---|
| 25 | i2c-proc.[ch]: New, from lm_sensors sensors.[ch] |
|---|
| 26 | i2c-rpx.c: New |
|---|
| 27 | mkpatch: Add support for i2c-proc.[ch] |
|---|
| 28 | |
|---|
| 29 | 2.5.5 (20010115) (in kernel 2.4.0-prerelease) |
|---|
| 30 | mkpatch no longer supports 2.3 kernels |
|---|
| 31 | i2c-core.c: Fix SMBus emulated i2c block writes |
|---|
| 32 | |
|---|
| 33 | 2.5.4 (20001012) |
|---|
| 34 | i2c-id.h: Add VES1893, VES1820, SAA7113, TDA8444 |
|---|
| 35 | i2c-pcf-epp.c: New (no .h file, not compiled or patched to kernel) |
|---|
| 36 | |
|---|
| 37 | 2.5.3 (20001008) |
|---|
| 38 | i2c-dev.c: Fix bug that MOD_COUNT was incremented instead of decremented |
|---|
| 39 | on close; add devfs support. |
|---|
| 40 | i2c-id.h: Add algorithms for ACPI and ACCESS.bus |
|---|
| 41 | i2c-id.h: Add smart battery devices |
|---|
| 42 | i2c-id.h: Add ALI 1535 device |
|---|
| 43 | i2c-core.c, i2c-dev.c, i2c-dev.h, i2c.h: Add i2c block write support |
|---|
| 44 | |
|---|
| 45 | 2.5.2 (20000709) |
|---|
| 46 | i2c-philips-par: Now compiles on all 2.2 kernels |
|---|
| 47 | i2c-core: Corrected some SMBus block commands-related stuff |
|---|
| 48 | i2c-core: Much better error checking in (de)registering functions |
|---|
| 49 | i2c-core: Saner and now even documented handling of dummy drivers |
|---|
| 50 | |
|---|
| 51 | 2.5.1 (20000618) and older: |
|---|
| 52 | No data available |
|---|
| 53 | |
|---|