diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-14 22:00:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-14 22:00:10 +0000 |
commit | 98d4c31860710d36a7f862fedcd9e9ebfb9243be (patch) | |
tree | c2d00bafd38101f267737d6b92ed6c49848cb051 /package/hotplug2/files | |
parent | 1c290dcbf76c9213b2188e061b3b69508a837da9 (diff) | |
download | upstream-98d4c31860710d36a7f862fedcd9e9ebfb9243be.tar.gz upstream-98d4c31860710d36a7f862fedcd9e9ebfb9243be.tar.bz2 upstream-98d4c31860710d36a7f862fedcd9e9ebfb9243be.zip |
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/files')
-rw-r--r-- | package/hotplug2/files/hotplug2.rules | 2 |
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% } |