contrib: add some udev rules to let normal users access the devices
authorAntonio Ospite <ospite@studenti.unina.it>
Mon, 20 Feb 2012 12:44:23 +0000 (13:44 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Mon, 20 Feb 2012 12:44:23 +0000 (13:44 +0100)
Make any user in the "plugdev" group be able to use an am7xxx device,
not just the root user like it is now.

contrib/55-am7xxx.rules [new file with mode: 0644]

diff --git a/contrib/55-am7xxx.rules b/contrib/55-am7xxx.rules
new file mode 100644 (file)
index 0000000..1c9d02d
--- /dev/null
@@ -0,0 +1,2 @@
+# Acer C110
+ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="1de1", ATTRS{idProduct}=="c101", MODE="0660", GROUP="plugdev"