Changeset 3441
- Timestamp:
- 02/01/00 18:59:06 (9 years ago)
- Files:
-
- i2c/trunk/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/TODO
r3379 r3441 8 8 * Introduce version numbers for all modules, reported on insertion 9 9 * Check debugging levels in all modules are sane. 10 * Pretty-print everything as in the kernel code guidelines (found in11 linux-x.y.x/Documentation)12 10 * linux/Documentation/devices.txt lists i2c0, i2c1 etc. instead of i2c-0, i2c-1 13 11 * Find some solution for block reads in smbus-on-i2c emulation code … … 15 13 * At least the bit-lp and bit-velle modules do no detection on loading; 16 14 ask Simon whether this is possible to add. 17 * i2c-dev can't cope with mixed read/write I2C transactions. We need a 18 new IOCTL which uses messages like the i2c_transfer function 19 * MORE DOCUMENTATION! 15 * Correct all module locking code (see Keith Owens' email about this)
