From: Harald Hoyer Date: Thu, 17 Mar 2011 19:36:20 +0000 (+0100) Subject: udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl X-Git-Tag: 174~233 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e199245f2d2fd03c2586a7f1140300b073a4abe;p=systemd 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/ --- diff --git a/extras/udev-acl/70-acl.rules b/extras/udev-acl/70-acl.rules index dd5a7ab1..037349da 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"