From aacd95e1f540a8862bb50e982ff31f02e662cfb5 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 8 Oct 2014 08:00:01 +0000 Subject: 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 --- package/system/procd/files/hotplug.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') 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%" ] ], -- cgit v1.2.3