From: greg@kroah.com Date: Tue, 21 Oct 2003 00:58:23 +0000 (-0700) Subject: [PATCH] add BUS= bug to TODO list so it will not get forgotten. X-Git-Tag: 004~8 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=05fdfe68e2a628ceabf41f32300bf9f7578a29c5 [PATCH] add BUS= bug to TODO list so it will not get forgotten. Thanks to reg@dwf.com for pointing this out to me. --- diff --git a/TODO b/TODO index 89fe6679d..3c1581705 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.