chiark / gitweb /
[PATCH] implement printf-like placeholder support for NAME
[elogind.git] / extras / scsi_id / TODO
1 - Investigate shrinking build size: use klibc or uClibc, or copy whatever
2   udev does
3
4 - write a man page
5
6 - send in kernel patch for REQ_BLOCK_PC, to always set sd and sr set
7   retries (scmd->allowed) to <= 1
8
9 - Pull SG_IO code into one .c file.
10  
11 - implement callout to device specific serial id code.  The "-c prog" is
12   not implemented.
13
14   This needs an implementation of a device specific callout before it can
15   be completed. Someone with hardware requiring this needs to send in a
16   patch.