diff options
author | Harald Hoyer <harald@redhat.com> | 2011-03-17 20:36:20 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-03-17 20:42:12 +0100 |
commit | 5e199245f2d2fd03c2586a7f1140300b073a4abe (patch) | |
tree | a0fc2591845e2045e88f3141133d7599f07dc998 /extras | |
parent | e68b4c2857942257268134cf7028b80f5a6a8103 (diff) |
udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
Used by "concordance" to access Logitech Harmony programmable remote
controls.
http://www.phildev.net/concordance/
Diffstat (limited to 'extras')
-rw-r--r-- | extras/udev-acl/70-acl.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index dd5a7ab135..037349dabd 100644 --- a/extras/udev-acl/70-acl.rules +++ b/extras/udev-acl/70-acl.rules @@ -52,6 +52,9 @@ ENV{ID_SMARTCARD_READER}=="*?", TAG+="udev-acl" # PDA devices ENV{ID_PDA}=="*?", TAG+="udev-acl" +# Programmable remote control +ENV{ID_REMOTE_CONTROL}=="1", TAG+="udev-acl" + # joysticks SUBSYSTEM=="input", ENV{ID_INPUT_JOYSTICK}=="?*", TAG+="udev-acl" |