commit | 43104f1da88f5335e9a45695df92a735ad550dda | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 20 15:14:07 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jun 21 15:04:19 2006 -0700 |
tree | 465c6e7a3bcc68cebf4b29f32c3574454cf98323 | |
parent | bd00949647ddcea47ce4ea8bb2cfcfc98ebf9f2a [diff] |
[PATCH] USB: only make /sys/class/usb show up when there is something in it Now /sys/class/usb is dynamically created when we have something to put in it, and removed when all devices go away. Just trying to cut down on the clutter in sysfs... Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>