diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-20 17:58:23 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:42 -0700 |
commit | 05fdfe68e2a628ceabf41f32300bf9f7578a29c5 (patch) | |
tree | e45df6a9516f300006edb5a9a6b493c9844b976d | |
parent | d3db5e5e405b81ae094a5b0fab53d37b2356514c (diff) |
[PATCH] add BUS= bug to TODO list so it will not get forgotten.
Thanks to reg@dwf.com for pointing this out to me.
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |