summaryrefslogtreecommitdiffstats
path: root/velleman.rules
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-11-18 10:42:15 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2011-11-18 10:42:15 +0100
commita7ebf91a9a2c583ba743d77035af8aed292d0f1d (patch)
tree33f7c3474fd1649db4479184820dddd6fa5a3041 /velleman.rules
parent5ee4848048a64469c85818933d6dce8e114a4b13 (diff)
downloadk8055-a7ebf91a9a2c583ba743d77035af8aed292d0f1d.zip
k8055-a7ebf91a9a2c583ba743d77035af8aed292d0f1d.tar.gz
fix udef rules SYSFS=>ATTRS
Diffstat (limited to 'velleman.rules')
-rw-r--r--velleman.rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/velleman.rules b/velleman.rules
index e624c9b..068e6fa 100644
--- a/velleman.rules
+++ b/velleman.rules
@@ -2,7 +2,7 @@
# Put this file in /etc/udev/rules.d
#
# To access the devices under a regular user account, you must
-# be in the k8055 group.
+# be in the k8055 group.
# $ groupadd k8055
# $ usermod -a -G k8055 username
#
@@ -11,10 +11,10 @@
SUBSYSTEM !="usb_device", ACTION !="add", GOTO="velleman_rules_end"
-SYSFS{idVendor}=="10cf", SYSFS{idProduct}=="5500", SYMLINK+="k8055_0"
-SYSFS{idVendor}=="10cf", SYSFS{idProduct}=="5501", SYMLINK+="k8055_1"
-SYSFS{idVendor}=="10cf", SYSFS{idProduct}=="5502", SYMLINK+="k8055_2"
-SYSFS{idVendor}=="10cf", SYSFS{idProduct}=="5503", SYMLINK+="k8055_3"
+ATTRS{idVendor}=="10cf", ATTRS{idProduct}=="5500", SYMLINK+="k8055_0"
+ATTRS{idVendor}=="10cf", ATTRS{idProduct}=="5501", SYMLINK+="k8055_1"
+ATTRS{idVendor}=="10cf", ATTRS{idProduct}=="5502", SYMLINK+="k8055_2"
+ATTRS{idVendor}=="10cf", ATTRS{idProduct}=="5503", SYMLINK+="k8055_3"
MODE="0660", GROUP="k8055"