add input subsystem to hotplug rules This patch adds the input subsystem to the hotpl...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 14 Nov 2010 22:00:10 +0000 (22:00 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 14 Nov 2010 22:00:10 +0000 (22:00 +0000)
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
SVN-Revision: 23994

package/hotplug2/files/hotplug2.rules

index e8847f2f65ec3c95108c4be63dfa6202a76057d4..9800658983ad8b4aadaac313908b58fe26e0c10c 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%
 }