Changeset 5002
- Timestamp:
- 11/01/07 18:54:57 (6 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 3 added
- 3 modified
-
CHANGES (modified) (1 diff)
-
Makefile (modified) (1 diff)
-
README (modified) (1 diff)
-
stub (added)
-
stub/Module.mk (added)
-
stub/i2c-stub-from-dump (added)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/CHANGES
r5001 r5002 5 5 i2cset: Final status messages go to stdout 6 6 Return success even when readback fails or doesn't match 7 i2c-stub-from-dump: Helper script to use with i2c-stub 7 8 8 9 3.0.0 (2007-10-14) -
i2c-tools/trunk/Makefile
r4909 r5002 34 34 include eeprom/Module.mk 35 35 include include/Module.mk 36 include stub/Module.mk 36 37 include tools/Module.mk -
i2c-tools/trunk/README
r4945 r5002 28 28 Python wrapper for SMBus access over i2c-dev. Not installed by default. 29 29 30 * stub 31 A helper script to use with the i2c-stub kernel driver. Installed by 32 default. 33 30 34 * tools 31 35 I2C device detection and register dump tools. These tools rely on the
