Changeset 185
- Timestamp:
- 01/29/99 14:46:09 (10 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (1 diff)
- lm-sensors/trunk/i2c/algo-bit.c (modified) (1 diff)
- lm-sensors/trunk/i2c/bit-lp.c (modified) (1 diff)
- lm-sensors/trunk/i2c/i2c-core.c (modified) (2 diffs)
- lm-sensors/trunk/i2c/i2c-dev.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r171 r185 1 1 Many, many things. Most notably: 2 2 3 * C Heck CDROM insert-remove error of Matt Mueller3 * Check CDROM insert-remove error of Matt Mueller 4 4 * Create wait-queues for bus locking instead of pure semaphores, to make 5 5 it more interactive lm-sensors/trunk/i2c/algo-bit.c
r184 r185 640 640 641 641 642 #ifndef LM_SENSORS 642 643 EXPORT_SYMBOL(i2c_bit_add_bus); 643 644 EXPORT_SYMBOL(i2c_bit_del_bus); 645 #endif 644 646 645 647 lm-sensors/trunk/i2c/bit-lp.c
r184 r185 152 152 MODULE_PARM(base, "i"); 153 153 154 #ifndef LM_SENSORS 154 155 EXPORT_NO_SYMBOLS; 156 #endif 155 157 156 158 int init_module(void) lm-sensors/trunk/i2c/i2c-core.c
r184 r185 454 454 MODULE_PARM_DESC(i2c_debug,"debug level"); 455 455 456 #ifndef LM_SENSORS 456 457 EXPORT_SYMBOL(i2c_add_algorithm); 457 458 EXPORT_SYMBOL(i2c_del_algorithm); … … 467 468 EXPORT_SYMBOL(i2c_control); 468 469 EXPORT_SYMBOL(i2c_transfer); 470 #endif 469 471 470 472 lm-sensors/trunk/i2c/i2c-dev.c
r184 r185 338 338 MODULE_DESCRIPTION("I2C-Bus character device interface"); 339 339 340 #ifndef LM_SENSORS 340 341 EXPORT_NO_SYMBOLS; 342 #endif 341 343 342 344 int init_module(void)
