Changeset 3522
- Timestamp:
- 01/09/01 21:10:57 (12 years ago)
- Location:
- i2c/trunk/kernel
- Files:
-
- 2 modified
-
i2c-algo-bit.c (modified) (1 diff)
-
i2c-dev.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c-algo-bit.c
r3483 r3522 63 63 /* module parameters: 64 64 */ 65 static int i2c_debug =0;66 static int bit_test =0; /* see if the line-setting functions work */67 static int bit_scan =0; /* have a look at what's hanging 'round */65 static int i2c_debug; 66 static int bit_test; /* see if the line-setting functions work */ 67 static int bit_scan; /* have a look at what's hanging 'round */ 68 68 69 69 /* --- setting states on the bus with the right timing: --------------- */ -
i2c/trunk/kernel/i2c-dev.c
r3505 r3522 31 31 /* $Id$ */ 32 32 33 #include <linux/config.h> 33 34 #include <linux/kernel.h> 34 35 #include <linux/module.h>
