root/i2c-tools/trunk/CHANGES @ 5854

Revision 5854, 3.1 KB (checked in by khali, 3 years ago)

Properly handle the rare case where /dev/i2c exists but isn't a
directory. Patch from Florian Fainelli.

Line 
1i2c-tools CHANGES
2-----------------
3
4SVN
5  Makefile: Let the environment set CC and CFLAGS
6            Integrate py-smbus into the build system
7  decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules
8                Add support for DDR3 SDRAM
9                Fix decoding of SDR SDRAM bytes 12-14
10                Add side-by-side formatting option
11                Add merged cells formatting option
12                Try harder to decode the manufacturing date
13                Handle read errors on sysfs
14                Decode voltage interface level of DDR SDRAM
15  decode-xeon: Delete
16  eepromer: Fix array initialization overrun
17  i2cset: Add support for short writes with PEC
18  i2c-stub-from-dump: Use udev settle to speed up initialization
19                      Unload i2c-stub automatically if needed
20                      Add support for multiple dumps
21  tools: Properly handle /dev/i2c not being a directory
22
233.0.2 (2008-11-29)
24  i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines
25  decode-dimms: Add support for little-endian word hexdumps
26                Only export the ceil function from POSIX
27  decode-vaio: Remove history
28  i2cdetect: Support i2c bus passed by name
29             Shorten the usage message
30  i2cdump: Support i2c bus passed by name
31           Shorten the usage message
32           Restrict the chip address to 0x03-0x77
33           Split the functionality checking code into a separate function
34           Better error message on missing adapter functionality
35  i2cget: Support i2c bus passed by name
36          Shorten the usage message
37          Better error message on missing adapter functionality
38  i2cset: Support i2c bus passed by name
39          Shorten the usage message
40          Restrict the chip address to 0x03-0x77
41          Split the code into several functions for clarity
42          Add support for short writes (SMBus send byte)
43          Better error message on missing adapter functionality
44          Set the data value mask with -m
45          Make reading back the written value optional
46  i2c-stub-from-dump: Add support for partial dumps
47                      Report if only garbage is found in dump file
48                      Behave properly when i2c-stub is already loaded
49                      Stop on i2cset error
50
513.0.1 (2008-04-04)
52  Drop the trailing .pl from all perl script names
53  decode-dimms: Fix DDR2 SDRAM module speed decoding
54                Update manufacturer IDs
55                Don't print anything by default if checksum fails
56                Decode all DDR2 SDRAM timing information
57                Add support for reading SPD data from hexdumps
58                Make command line parsing more robust
59  decode-vaio: Private data might not be readable by non-root users
60               Print the asset tag
61               Fix the timestamp decoding
62  i2cdump: Fix I2C block mode error code
63           Remove man page reference to hardware monitoring chips
64           Let the user specify a register range
65  i2cset: Final status messages go to stdout
66          Return success even when readback fails or doesn't match
67  i2c-stub-from-dump: New helper script to use with i2c-stub
68
693.0.0 (2007-10-14)
70  Initial release
Note: See TracBrowser for help on using the browser.