projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7364194
)
procd: handle hotplug events for the usbmisc subsystem
author
John Crispin
<john@openwrt.org>
Wed, 8 Oct 2014 08:00:01 +0000
(08:00 +0000)
committer
John Crispin
<john@openwrt.org>
Wed, 8 Oct 2014 08:00:01 +0000
(08:00 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42831
package/system/procd/files/hotplug.json
patch
|
blob
|
history
diff --git
a/package/system/procd/files/hotplug.json
b/package/system/procd/files/hotplug.json
index 57fc40e54493c25d531b099f1ac38c24561bb896..d57401958158f136f289ae397d0e54f66ba7aef2 100644
(file)
--- 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%" ]
],