summaryrefslogtreecommitdiff
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
commit98d4c31860710d36a7f862fedcd9e9ebfb9243be (patch)
treec2d00bafd38101f267737d6b92ed6c49848cb051 /package/hotplug2
parent1c290dcbf76c9213b2188e061b3b69508a837da9 (diff)
downloadmtk-20170518-98d4c31860710d36a7f862fedcd9e9ebfb9243be.zip
mtk-20170518-98d4c31860710d36a7f862fedcd9e9ebfb9243be.tar.gz
mtk-20170518-98d4c31860710d36a7f862fedcd9e9ebfb9243be.tar.bz2
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> SVN-Revision: 23994
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 e8847f2..9800658 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%
}