From: blogic Date: Wed, 8 Oct 2014 08:00:01 +0000 (+0000) Subject: procd: handle hotplug events for the usbmisc subsystem X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3e29f500a1dcce343162975c5b929bd86fc7044b;p=openwrt.git procd: handle hotplug events for the usbmisc subsystem Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42831 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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%" ] ],