X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=extras%2Fscsi_id%2FTODO;h=857c22b87a1c13a3d70ad5e4b5457cc50bc42bbb;hb=7155bfb7fa7d72bc4e7341ad1481ffd4c6e39f97;hp=ba52101431ce71f22f2928ddea94ec0daf039c01;hpb=c521693b54956c1f2dd0c0947c819b8570f6edaa;p=elogind.git diff --git a/extras/scsi_id/TODO b/extras/scsi_id/TODO index ba5210143..857c22b87 100644 --- a/extras/scsi_id/TODO +++ b/extras/scsi_id/TODO @@ -1,16 +1,8 @@ -- Investigate shrinking build size: use klibc or uClibc, or copy whatever - udev does +- Add a bus white/black list option. So for example, all scsi devices + under USB could easily be blacklisted. This should allow multiple busses + to be listed. -- write a man page +- Add code to check that SCSI commands get back enough data for their + intended usage, mainly callers of scsi_inquiry(). -- send in kernel patch for REQ_BLOCK_PC, to always set sd and sr set - retries (scmd->allowed) to <= 1 - -- Pull SG_IO code into one .c file. - -- implement callout to device specific serial id code. The "-c prog" is - not implemented. - - This needs an implementation of a device specific callout before it can - be completed. Someone with hardware requiring this needs to send in a - patch. +- Document the config file in the man page