[PATCH] add input subsystem to hotplug rules
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Nov 2010 22:00:10 +0000 (22:00 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Nov 2010 22:00:10 +0000 (22:00 +0000)
This patch adds the input subsystem to the hotplug rules, making it possible to
react on the addition of input devices (e.g. USB numpads).

Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23994 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/hotplug2/files/hotplug2.rules

index e8847f2..9800658 100644 (file)
@@ -1,6 +1,6 @@
 $include /etc/hotplug2-common.rules
 
-SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) {
+SUBSYSTEM ~~ (net|input|button|usb|platform|ieee1394|block|atm) {
        exec /sbin/hotplug-call %SUBSYSTEM%
 }