aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-20 17:58:23 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:42 -0700
commit05fdfe68e2a628ceabf41f32300bf9f7578a29c5 (patch)
treee45df6a9516f300006edb5a9a6b493c9844b976d /TODO
parentd3db5e5e405b81ae094a5b0fab53d37b2356514c (diff)
downloadudev-05fdfe68e2a628ceabf41f32300bf9f7578a29c5.tar.gz
[PATCH] add BUS= bug to TODO list so it will not get forgotten.
Thanks to reg@dwf.com for pointing this out to me.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 89fe6679..3c158170 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.