chiark / gitweb /
rules: implement TAGS== match
[elogind.git] / extras / udev-acl / 70-acl.rules
index dd5a7ab1357edcfab56609c7b5c1e39829aa0e01..037349dabd1de8a112fc844b5b4e46e813cacb17 100644 (file)
@@ -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"