about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-07-25 16:17:49 +0200
committeraszlig <aszlig@redmoonstudios.org>2014-07-25 16:17:49 +0200
commitbab14084ff49b88a6363c4bfeee9e7b314ace718 (patch)
tree457d0a4ace827fbe2cd4a1944bbad29d5e6f2246
parent88d4697fada799ca9c8a56ee244349744c336145 (diff)
common: Allow user aszlig to access Enttec widget.
Probably would be good if there's a way to identify Enttec widgets from
other FTDI chips...

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index a52385ad..243840bc 100644
--- a/common.nix
+++ b/common.nix
@@ -102,6 +102,8 @@
     udev.extraRules = ''
       SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", \
         ATTRS{serial}=="0001", OWNER="aszlig", SYMLINK+="axbo"
+      SUBSYSTEM=="usb*|tty", ACTION=="add|change", ATTRS{idVendor}=="0403", \
+        ATTRS{idProduct}=="6001", OWNER="aszlig" # Enttec
     '';
 
     xserver = {