aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-14 22:00:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-14 22:00:10 +0000
commitad1f4fa94dfc0c4822fd6be7f4d4be67aa758c3a (patch)
treeaf5e4f80451837d2bc6bd89adb597c7c08b4b85d /package/hotplug2
parent11ba81f1fa89217de13a5de623a05b3baf8e19ca (diff)
downloadupstream-ad1f4fa94dfc0c4822fd6be7f4d4be67aa758c3a.tar.gz
upstream-ad1f4fa94dfc0c4822fd6be7f4d4be67aa758c3a.tar.bz2
upstream-ad1f4fa94dfc0c4822fd6be7f4d4be67aa758c3a.zip
[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
Diffstat (limited to 'package/hotplug2')
-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 e8847f2f65..9800658983 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%
}