Added udev rule in Drivers/

Added udev rule, allowing non root users on a linux system(assuming udev is used) to open the serial port and talk with the chameleon.
Also included symlink in rule, so the interface always shows as /dev/chameleon.
This commit is contained in:
Karl Lensson
2016-10-19 21:07:27 +11:00
parent c3ef26bb46
commit 3fad85d72b
+2
View File
@@ -0,0 +1,2 @@
# Rule for ChameleonMini RFID Research tool
ATTRS{product}=="Chameleon-Mini", SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="04b2", GROUP="users", MODE="0666", SYMLINK+="chameleon"