diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-08 08:00:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-08 08:00:01 +0000 |
commit | aacd95e1f540a8862bb50e982ff31f02e662cfb5 (patch) | |
tree | 72132b5066781d89d81921c0c695c8195282a594 /package/system/procd | |
parent | 9c1ce81f5a0675e2275ba28a33cc9165d1f8b6bd (diff) | |
download | upstream-aacd95e1f540a8862bb50e982ff31f02e662cfb5.tar.gz upstream-aacd95e1f540a8862bb50e982ff31f02e662cfb5.tar.bz2 upstream-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/system/procd')
-rw-r--r-- | package/system/procd/files/hotplug.json | 2 |
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%" ] ], |