Changeset 3779
- Timestamp:
- 02/25/03 03:55:18 (10 years ago)
- Location:
- i2c/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/i2c-id.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/CHANGES
r3778 r3779 23 23 error handling. This is not a drop-in replacement for i2c-algo-bit. 24 24 Interface subject to change. 25 i2c-id.h: ID for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE 25 i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 26 MPC107 26 27 i2c.h: Add fields for detailed delivery report in i2c_msg. 27 28 -
i2c/trunk/kernel/i2c-id.h
r3778 r3779 173 173 #define I2C_ALGO_IPMI 0x0b0000 /* IPMI dummy adapter */ 174 174 #define I2C_ALGO_IPMB 0x0c0000 /* IPMB adapter */ 175 #define I2C_ALGO_MPC107 0x0d0000 175 176 #define I2C_ALGO_EC 0x100000 /* ACPI embedded controller */ 176 177 … … 259 260 #define I2C_HW_IPMB 0x00 260 261 262 /* --- MCP107 adapter */ 263 #define I2C_HW_MPC107 0x00 264 261 265 #endif /* LINUX_I2C_ID_H */
