chiark / gitweb /
fix usb_id and let scsi_id ignore "illegal request"
[elogind.git] / extras / scsi_id / TODO
index ba52101431ce71f22f2928ddea94ec0daf039c01..857c22b87a1c13a3d70ad5e4b5457cc50bc42bbb 100644 (file)
@@ -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