Changeset 4279
- Timestamp:
- 01/02/07 19:47:33 (6 years ago)
- Location:
- i2c/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
doc/smbus-protocol (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/CHANGES
r4237 r4279 12 12 DIRECTORIES: Useless, removed. 13 13 RPM: Obsolete, removed. 14 doc/smbus-protocol: Fix typo in SMBus Write Word Data description 15 (2.6 backport, Mike Frysinger) 14 16 i2c.h: Drop declaration of unimplemented slave functions (2.6 backport) 15 17 i2c-core: Drop useless bitmasking (2.6 backport) -
i2c/trunk/doc/smbus-protocol
r3784 r4279 98 98 99 99 This is the opposite operation of the Read Word Data command. 16 bits 100 of data is read from a device, from a designated register that is100 of data is written to a device, to the designated register that is 101 101 specified through the Comm byte. 102 102
