summaryrefslogtreecommitdiff
path: root/extras/scsi_id/TODO
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2004-02-28 01:00:36 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:34:28 -0700
commitb484e43622c04aaf4a2ca851bc7436b873530b1d (patch)
treebd159d1b4881e9b8a9d9d1a8cfabf28f8f3299ef /extras/scsi_id/TODO
parent1373b381d0881dba99b2f2654856d28ac0a70fda (diff)
[PATCH] update udev scsi_id to scsi_id 0.4
This patch syncs the scsi_id in the udev tree to version 0.4.
Diffstat (limited to 'extras/scsi_id/TODO')
-rw-r--r--extras/scsi_id/TODO15
1 files changed, 6 insertions, 9 deletions
diff --git a/extras/scsi_id/TODO b/extras/scsi_id/TODO
index dde5c84a67..4f302ea0a4 100644
--- a/extras/scsi_id/TODO
+++ b/extras/scsi_id/TODO
@@ -1,11 +1,8 @@
-- add information about the config file to the man page
+- Document that config file options override command line options, or fix
+ the code. This means a '-b' in the config file disables any -g on the
+ command line.
-- 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 code to check that SCSI commands get back enough data for their
+ intended usage, mainly callers of scsi_inquiry().
-- do something with callout code - remove or change to a tag?
-
- 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