aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2007-06-20 22:05:15 +0000
committerJohn Crispin <john@openwrt.org>2007-06-20 22:05:15 +0000
commit2fe37ccdf6ec2d7757e350a1d1a9679efbea3b41 (patch)
tree9133e2573c2c34dfd656846fe221595d9d8ca7eb /package/hotplug2/files
parentfa799b9b4c54ff7155425b4dfaf35da27800e2f6 (diff)
downloadupstream-2fe37ccdf6ec2d7757e350a1d1a9679efbea3b41.tar.gz
upstream-2fe37ccdf6ec2d7757e350a1d1a9679efbea3b41.tar.bz2
upstream-2fe37ccdf6ec2d7757e350a1d1a9679efbea3b41.zip
added usb-storage hotpluging
SVN-Revision: 7684
Diffstat (limited to 'package/hotplug2/files')
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index b88ea5669f..f8035d3841 100644
--- a/package/hotplug2/files/hotplug2.rules
+++ b/package/hotplug2/files/hotplug2.rules
@@ -17,6 +17,6 @@ FIRMWARE is set {
next
}
-SUBSYSTEM ~~ (net|button) {
+SUBSYSTEM ~~ (net|button|usb) {
exec /sbin/hotplug-call %SUBSYSTEM%;
}