aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-08 08:00:01 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-08 08:00:01 +0000
commitaacd95e1f540a8862bb50e982ff31f02e662cfb5 (patch)
tree72132b5066781d89d81921c0c695c8195282a594 /package
parent9c1ce81f5a0675e2275ba28a33cc9165d1f8b6bd (diff)
downloadmaster-187ad058-aacd95e1f540a8862bb50e982ff31f02e662cfb5.tar.gz
master-187ad058-aacd95e1f540a8862bb50e982ff31f02e662cfb5.tar.bz2
master-187ad058-aacd95e1f540a8862bb50e982ff31f02e662cfb5.zip
procd: handle hotplug events for the usbmisc subsystem
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42831 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/system/procd/files/hotplug.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/procd/files/hotplug.json b/package/system/procd/files/hotplug.json
index 57fc40e544..d574019581 100644
--- a/package/system/procd/files/hotplug.json
+++ b/package/system/procd/files/hotplug.json
@@ -70,7 +70,7 @@
],
[ "if",
[ "eq", "SUBSYSTEM",
- [ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
+ [ "net", "input", "usb", "usbmisc", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
],
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
],