Changeset 3441

Show
Ignore:
Timestamp:
02/01/00 18:59:06 (13 years ago)
Author:
frodo
Message:

Updated TODO list

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/TODO

    r3379 r3441  
    88* Introduce version numbers for all modules, reported on insertion 
    99* Check debugging levels in all modules are sane. 
    10 * Pretty-print everything as in the kernel code guidelines (found in  
    11   linux-x.y.x/Documentation) 
    1210* linux/Documentation/devices.txt lists i2c0, i2c1 etc. instead of i2c-0, i2c-1 
    1311* Find some solution for block reads in smbus-on-i2c emulation code 
     
    1513* At least the bit-lp and bit-velle modules do no detection on loading; 
    1614  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)