Changeset 3653
- Timestamp:
- 07/04/02 01:57:05 (11 years ago)
- Location:
- i2c/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/i2c-algo-bit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/CHANGES
r3652 r3653 21 21 i2c.h: Add defines for SMBus 2.0 22 22 i2c-algo-8xx.[ch]: Compile updates, Add GPL 23 i2c-algo-bit.c: Wait for clock low extension by slow devices 23 24 i2c-core.c: Add SMBus 2.0 PEC support; change back to 'old' CONFIG names; 24 25 fix i2c emulated process call -
i2c/trunk/kernel/i2c-algo-bit.c
r3599 r3653 145 145 DEBPROTO(printk(" Sr ")); 146 146 setsda(adap,1); 147 s etscl(adap,1);147 sclhi(adap); 148 148 udelay(adap->udelay); 149 149
