Changeset 3783
- Timestamp:
- 05/20/03 04:04:32 (6 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
- i2c/trunk/kernel/i2c-id.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3781 r3783 24 24 Interface subject to change. 25 25 i2c-id.h: add IDs for i2c-algo-biths, W83627HF, LM85, nForce2, OMAHA, GUIDE, 26 MPC107, IX DP2400, IXP42526 MPC107, IXP2000, IXP425 27 27 i2c-proc.c: Fix ignore and probe tests 28 28 i2c.h: Add fields for detailed delivery report in i2c_msg. i2c/trunk/kernel/i2c-id.h
r3781 r3783 214 214 #define I2C_HW_B_OMAHA 0x14 /* Omaha I2C interface (ARM) */ 215 215 #define I2C_HW_B_GUIDE 0x15 /* Guide bit-basher */ 216 #define I2C_HW_B_IX DP2400 0x16 /* GPIO on IXDP2400 and similar systems*/216 #define I2C_HW_B_IXP2000 0x16 /* GPIO on IXP2000 systems */ 217 217 #define I2C_HW_B_IXP425 0x17 /* GPIO on IXP425 systems */ 218 218
