summaryrefslogtreecommitdiffstats
path: root/udev-acl
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-01-03 04:32:02 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-01-03 04:32:02 +0100
commit2f3b4efc7b88b08cfacfb1ec1f0eaa853b070ac8 (patch)
tree02b77e1aae579b4f694ab09428addca7b9d7f36d /udev-acl
parentc25d852b42de56599b2e2c74f694ab37fa9af5df (diff)
udev-acl: add comments
Diffstat (limited to 'udev-acl')
-rw-r--r--udev-acl/70-acl.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev-acl/70-acl.rules b/udev-acl/70-acl.rules
index 971c737..1deb1ae 100644
--- a/udev-acl/70-acl.rules
+++ b/udev-acl/70-acl.rules
@@ -1,6 +1,6 @@
# do not edit this file, it will be overwritten on update
-# support for the following "tags" get merged
+# support for the following ACL "tags" get merged
# ACL_CDROM
# ACL_SCANNER
# ACL_AUDIO
@@ -27,5 +27,5 @@ SUBSYSTEM=="sound", ENV{ACL_AUDIO}="1"
# webcams
SUBSYSTEM=="video4linux", ENV{ACL_VIDEO}="1"
-# fingerprint reader
+# fingerprint readers
SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="2016", ENV{ACL_AUTH}="1"