Changeset 5361 for i2c-tools/trunk
- Timestamp:
- 10/19/08 11:47:02 (4 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
include/linux/i2c-dev.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/CHANGES
r5293 r5361 3 3 4 4 SVN 5 i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines 5 6 decode-dimms: Add support for little-endian word hexdumps 6 7 decode-vaio: Remove history -
i2c-tools/trunk/include/linux/i2c-dev.h
r5164 r5361 68 68 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK 0x04000000 /* I2C-like block xfer */ 69 69 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK 0x08000000 /* w/ 1-byte reg. addr. */ 70 #define I2C_FUNC_SMBUS_READ_I2C_BLOCK_2 0x10000000 /* I2C-like block xfer */71 #define I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2 0x20000000 /* w/ 2-byte reg. addr. */72 70 73 71 #define I2C_FUNC_SMBUS_BYTE (I2C_FUNC_SMBUS_READ_BYTE | \ … … 81 79 #define I2C_FUNC_SMBUS_I2C_BLOCK (I2C_FUNC_SMBUS_READ_I2C_BLOCK | \ 82 80 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK) 83 #define I2C_FUNC_SMBUS_I2C_BLOCK_2 (I2C_FUNC_SMBUS_READ_I2C_BLOCK_2 | \84 I2C_FUNC_SMBUS_WRITE_I2C_BLOCK_2)85 81 86 82 /* Old name, for compatibility */
