Changeset 4178
- Timestamp:
- 09/25/06 00:29:22 (2 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
r4101 r4178 4 4 no means complete, listing only user-visible changes which are interesting. 5 5 The ultimate way to know what has changed is to run diff, or even neater, 6 ask CVS about it: 7 8 * Checkout the archive (see doc/cvs for how you can do this) 9 * Determine which tags are valid, by running this command from the 10 project root directory: 11 cvs status -v -l Makefile 12 Valid tags are usually like form V2-1-0 for version 2.1.0 13 * Ask cvs for the difference between two versions: 14 cvs diff -r TAG1 -r TAG2 DIFF-OPTIONS 15 for example: 16 cvs diff -r V2-0-0 -r V2-0-1 -u 6 ask SVN about it. 17 7 18 8 ----------------------------------------------------------------------------- 19 9 20 SVN HEAD 10 2.10.1 (20060924) 21 11 Makefile: Fix i2c-pcf8584.h installation 22 12 Fix depmod on non-running kernel version i2c/trunk/kernel/i2c.h
r4058 r4178 29 29 #define _LINUX_I2C_H 30 30 31 #define I2C_DATE "2006 ????"32 #define I2C_VERSION "2.10. 0-CVS"31 #define I2C_DATE "20060924" 32 #define I2C_VERSION "2.10.1" 33 33 34 34 /* You can set this to 0 if you patch i2c into your kernel tree
