procd: handle hotplug events for the usbmisc subsystem
authorJohn Crispin <john@openwrt.org>
Wed, 8 Oct 2014 08:00:01 +0000 (08:00 +0000)
committerJohn 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

index 57fc40e54493c25d531b099f1ac38c24561bb896..d57401958158f136f289ae397d0e54f66ba7aef2 100644 (file)
@@ -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%" ]
        ],