From 3fad85d72b8577d93632d4af74a3145e85fb9966 Mon Sep 17 00:00:00 2001 From: Karl Lensson Date: Wed, 19 Oct 2016 21:07:27 +1100 Subject: [PATCH] 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. --- Driver/98-ChameleonMini.rules | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Driver/98-ChameleonMini.rules diff --git a/Driver/98-ChameleonMini.rules b/Driver/98-ChameleonMini.rules new file mode 100644 index 0000000..8423bbf --- /dev/null +++ b/Driver/98-ChameleonMini.rules @@ -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"