From b484e43622c04aaf4a2ca851bc7436b873530b1d Mon Sep 17 00:00:00 2001 From: "patmans@us.ibm.com" Date: Sat, 28 Feb 2004 01:00:36 -0800 Subject: [PATCH] update udev scsi_id to scsi_id 0.4 This patch syncs the scsi_id in the udev tree to version 0.4. --- extras/scsi_id/TODO | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'extras/scsi_id/TODO') 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 -- cgit v1.2.3-54-g00ecf