root/i2c-tools/trunk/CHANGES

Revision 5293, 2.0 kB (checked in by khali, 2 months ago)

Stop on i2cset error.

Line 
1 i2c-tools CHANGES
2 -----------------
3
4 SVN
5   decode-dimms: Add support for little-endian word hexdumps
6   decode-vaio: Remove history
7   i2cdetect: Support i2c bus passed by name
8              Shorten the usage message
9   i2cdump: Support i2c bus passed by name
10            Shorten the usage message
11            Restrict the chip address to 0x03-0x77
12            Split the functionality checking code into a separate function
13            Better error message on missing adapter functionality
14   i2cget: Support i2c bus passed by name
15           Shorten the usage message
16           Better error message on missing adapter functionality
17   i2cset: Support i2c bus passed by name
18           Shorten the usage message
19           Restrict the chip address to 0x03-0x77
20           Split the code into several functions for clarity
21           Add support for short writes (SMBus send byte)
22           Better error message on missing adapter functionality
23   i2c-stub-from-dump: Add support for partial dumps
24                       Report if only garbage is found in dump file
25                       Behave properly when i2c-stub is already loaded
26                       Stop on i2cset error
27
28 3.0.1 (2008-04-04)
29   Drop the trailing .pl from all perl script names
30   decode-dimms: Fix DDR2 SDRAM module speed decoding
31                 Update manufacturer IDs
32                 Don't print anything by default if checksum fails
33                 Decode all DDR2 SDRAM timing information
34                 Add support for reading SPD data from hexdumps
35                 Make command line parsing more robust
36   decode-vaio: Private data might not be readable by non-root users
37                Print the asset tag
38                Fix the timestamp decoding
39   i2cdump: Fix I2C block mode error code
40            Remove man page reference to hardware monitoring chips
41            Let the user specify a register range
42   i2cset: Final status messages go to stdout
43           Return success even when readback fails or doesn't match
44   i2c-stub-from-dump: New helper script to use with i2c-stub
45
46 3.0.0 (2007-10-14)
47   Initial release
Note: See TracBrowser for help on using the browser.