diff options
author | John Crispin <john@openwrt.org> | 2014-10-08 08:00:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-08 08:00:01 +0000 |
commit | e28c5f86f389392a6e986cf24c41d6dd4d790c5f (patch) | |
tree | 8ac0bd26eaeb005a8e2156db997c178dea52e705 | |
parent | 736419452b6a3e219cddaecee1fb0ac840a81a50 (diff) | |
download | upstream-e28c5f86f389392a6e986cf24c41d6dd4d790c5f.tar.gz upstream-e28c5f86f389392a6e986cf24c41d6dd4d790c5f.tar.bz2 upstream-e28c5f86f389392a6e986cf24c41d6dd4d790c5f.zip |
procd: handle hotplug events for the usbmisc subsystem
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42831
-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%" ] ], |