summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-14 22:00:10 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-11-14 22:00:10 +0000
commit1caf373d39fc1a7c9468ae57763762f29450752f (patch)
treeaf5e4f80451837d2bc6bd89adb597c7c08b4b85d
parentfe242ff768c8bb8a25bdb284d4d18295ff7689a3 (diff)
[PATCH] add input subsystem to hotplug rules
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
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index e8847f2f6..980065898 100644
--- a/package/hotplug2/files/hotplug2.rules
+++ b/package/hotplug2/files/hotplug2.rules
@@ -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%
}