projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c290dc
)
add input subsystem to hotplug rules This patch adds the input subsystem to the hotpl...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 14 Nov 2010 22:00:10 +0000
(22:00 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 14 Nov 2010 22:00:10 +0000
(22:00 +0000)
Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
SVN-Revision: 23994
package/hotplug2/files/hotplug2.rules
patch
|
blob
|
history
diff --git
a/package/hotplug2/files/hotplug2.rules
b/package/hotplug2/files/hotplug2.rules
index e8847f2f65ec3c95108c4be63dfa6202a76057d4..9800658983ad8b4aadaac313908b58fe26e0c10c 100644
(file)
--- 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%
}