Changeset 3791
- Timestamp:
- 05/31/03 02:13:57 (10 years ago)
- Location:
- i2c/branches/lk2-4
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/i2c-id.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/branches/lk2-4/CHANGES
r3787 r3791 24 24 Interface subject to change. 25 25 i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 26 MPC107, IXP2000, IXP425, IOP3XX, UDA1342 26 MPC107, IXP2000, IXP425, IOP3XX, UDA1342, S3VIA 27 27 i2c-proc.c: Fix ignore and probe tests 28 28 i2c.h: Add fields for detailed delivery report in i2c_msg. -
i2c/branches/lk2-4/kernel/i2c-id.h
r3787 r3791 218 218 #define I2C_HW_B_IXP2000 0x16 /* GPIO on IXP2000 systems */ 219 219 #define I2C_HW_B_IXP425 0x17 /* GPIO on IXP425 systems */ 220 #define I2C_HW_B_S3VIA 0x18 /* S3Via ProSavage adapter */ 220 221 221 222 /* --- PCF 8584 based algorithms */
