Re: [OpenWrt-Devel] [PATCH] add input subsystem to hotplug rules

2010-11-14 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Committed to trunk in r23994 and backfire in r23995 - thanks!

~ Jow
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkzgXEwACgkQdputYINPTPMGqACfZNgu7yLRJW92QYxfJ0rJ8dvc
lOoAoJAlEop1mDz1g/SkZMKwAgR5egol
=tSjn
-END PGP SIGNATURE-
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] add input subsystem to hotplug rules

2010-11-14 Thread Stefan Tomanek
Dies schrieb Jo-Philipp Wich (x...@subsignal.org):

 Committed to trunk in r23994 and backfire in r23995 - thanks!

Thank you, can you look into the addition of the triggerhappy package
(20101112101749.gs17...@zirkel.wertarbyte.de) as well? It was the primary
reason for introducing the additional hotplug handler.

Greetings
Stefan Tomanek
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] add input subsystem to hotplug rules

2010-10-31 Thread Stefan Tomanek
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+open...@wertarbyte.de
---
 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 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%
 }
 
-- 
1.7.1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel