summaryrefslogtreecommitdiffstats
path: root/package/system/procd/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-08 08:00:01 +0000
committerJohn Crispin <john@openwrt.org>2014-10-08 08:00:01 +0000
commite28c5f86f389392a6e986cf24c41d6dd4d790c5f (patch)
tree8ac0bd26eaeb005a8e2156db997c178dea52e705 /package/system/procd/files
parent736419452b6a3e219cddaecee1fb0ac840a81a50 (diff)
downloadmaster-31e0f0ae-e28c5f86f389392a6e986cf24c41d6dd4d790c5f.tar.gz
master-31e0f0ae-e28c5f86f389392a6e986cf24c41d6dd4d790c5f.tar.bz2
master-31e0f0ae-e28c5f86f389392a6e986cf24c41d6dd4d790c5f.zip
procd: handle hotplug events for the usbmisc subsystem
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42831
Diffstat (limited to 'package/system/procd/files')
-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%" ]
],