add information about our own udev rules file to README
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sat, 27 May 2006 18:05:40 +0000 (18:05 +0000)
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>
Sat, 27 May 2006 18:05:40 +0000 (18:05 +0000)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1805 e0336214-984f-0b4b-a45f-81c69e1f0ede

README
etc/udev/librfid.rules

diff --git a/README b/README
index b479c16..b4439af 100644 (file)
--- a/README
+++ b/README
@@ -52,6 +52,9 @@ In order to use the reader, you will need to set the permissions of the respecti
 /proc/bus/usb or /sys/bus/usb files (or run the application as root, if you
 trust my code, which you shouldn't).
 
+If you run udev, just use the 'etc/udev/librfid.rules' udev rulefile, which should
+change the group of the usb device to 'users'.
+
 3.2 (old) OpenCT backend
 
 This backend has the advantage that it will allow you to use the contact-based
index 71de902..a33dace 100644 (file)
@@ -8,6 +8,6 @@ ACTION!="add", GOTO="librfid_rules_end"
 SUBSYSTEM!="usb_device", GOTO="librfid_rules_end"
 
 # Omnikey 5121
-SYSFS{idVendor}=="076b", SYSFS{idProduct}=="5121", MODE="664", GROUP="laforge"
+SYSFS{idVendor}=="076b", SYSFS{idProduct}=="5121", MODE="664", GROUP="users"
 
 LABEL="librfid_rules_end"