chiark / gitweb /
[PATCH] add BUS= bug to TODO list so it will not get forgotten.
authorgreg@kroah.com <greg@kroah.com>
Tue, 21 Oct 2003 00:58:23 +0000 (17:58 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:42 +0000 (21:01 -0700)
Thanks to reg@dwf.com for pointing this out to me.

TODO

diff --git a/TODO b/TODO
index 89fe6679d4fe70f9b797dfb98d687319e8b367b7..3c1581705b8e6c93d651e6f9ccaf6bd0704df9ff 100644 (file)
--- a/TODO
+++ b/TODO
@@ -29,3 +29,8 @@ greg@kroah.com
   etc.)
 - add hooks to call D-BUS when new node is created or removed
 - lots of other stuff...
+- actually use the BUS= value to determine where the LABEL rule should look
+  (right now it's ignored, and we only look in the current sysfs directory.)
+  This is needed, for example, to look at the usb device's serial number of a
+  usb-storage device, instead of the scsi device's sysfs directory for the
+  serial number.