From 05fdfe68e2a628ceabf41f32300bf9f7578a29c5 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Mon, 20 Oct 2003 17:58:23 -0700 Subject: [PATCH] [PATCH] add BUS= bug to TODO list so it will not get forgotten. Thanks to reg@dwf.com for pointing this out to me. --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 89fe6679d4..3c1581705b 100644 --- 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.