Changeset 3871
- Timestamp:
- 12/12/03 00:15:14 (5 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
r3854 r3871 18 18 ----------------------------------------------------------------------------- 19 19 20 2.8.2 ( ???)20 2.8.2 (20031211) 21 21 Makefiles: Fail if no kernel .config file exists 22 22 i2c-algo-bit: Fix sclhi() for adapters that do not have getscl(); i2c/trunk/kernel/i2c.h
r3847 r3871 29 29 #define _LINUX_I2C_H 30 30 31 #define I2C_DATE "20031 005"32 #define I2C_VERSION "2.8. 1"31 #define I2C_DATE "20031211" 32 #define I2C_VERSION "2.8.2" 33 33 34 34 #include <linux/module.h>
