chiark / gitweb /
[PATCH] Make udev/udevstart be one binary
[elogind.git] / extras / scsi_id / TODO
index 5d020c276a8966e7cb722ebb5a09e73e1f1cc5bf..e0283cf444af5adbc5407d55f38455a3491f5332 100644 (file)
@@ -1,11 +1,11 @@
-- add information abou the config file to the man page
+- Add an option to replace blanks with spaces, so the generated id can be
+  more easily used as a /dev name.
 
-- change so non-KLIBC builds under udev don't use /usr/include/sysfs,
-  but instead use the sysfs included with udev (needs udev change and/or
-  sysfsutils changes).
+- 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.
 
-- do something with callout code - remove or change to a tag?
+- Add code to check that  SCSI commands get back enough data for their
+  intended usage, mainly callers of scsi_inquiry().
 
-  This needs an implementation of a device specific callout or device
-  specific code (called via some special  "tag" or such) before it can be
-  completed. Someone with such hardware to send in a patch.
+- Document the config file in the man page