Changeset 3975
- Timestamp:
- 04/12/05 20:13:59 (4 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
- i2c/trunk/kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3974 r3975 18 18 ----------------------------------------------------------------------------- 19 19 20 2.9.1 (2005 ????)20 2.9.1 (20050412) 21 21 Interface changes 22 22 - Restore binary compatibility with Linux 2.4 i2c/trunk/kernel/i2c.h
r3973 r3975 29 29 #define _LINUX_I2C_H 30 30 31 #define I2C_DATE "2005 ????"32 #define I2C_VERSION "2.9.1 -CVS"31 #define I2C_DATE "20050412" 32 #define I2C_VERSION "2.9.1" 33 33 34 34 /* You can set this to 0 if you patch i2c into your kernel tree
