summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-03-17 20:36:20 +0100
committerHarald Hoyer <harald@redhat.com>2011-03-17 20:42:12 +0100
commit5e199245f2d2fd03c2586a7f1140300b073a4abe (patch)
treea0fc2591845e2045e88f3141133d7599f07dc998 /extras
parente68b4c2857942257268134cf7028b80f5a6a8103 (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.rules3
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"