From: Jo-Philipp Wich Date: Sun, 14 Nov 2010 22:00:10 +0000 (+0000) Subject: [PATCH] add input subsystem to hotplug rules X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=c6bd7e3a23a13d818ba06cbe3a83c0e1b354e102;p=openwrt%2Fsvn-archive%2Farchive.git [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 SVN-Revision: 23994 --- 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% }