summarylogtreecommitdiffstats
path: root/glow-udev.rules
diff options
context:
space:
mode:
authorMikkel Kroman2015-06-30 16:59:47 +0200
committerMikkel Kroman2015-06-30 17:01:06 +0200
commite99eb7d65465c881366a2f241d4400cb87ab3a66 (patch)
tree4acb819934134dd087c5b09a29765f37542ea617 /glow-udev.rules
downloadaur-e99eb7d65465c881366a2f241d4400cb87ab3a66.tar.gz
Initial commit
Diffstat (limited to 'glow-udev.rules')
-rw-r--r--glow-udev.rules8
1 files changed, 8 insertions, 0 deletions
diff --git a/glow-udev.rules b/glow-udev.rules
new file mode 100644
index 000000000000..ee1fd993656b
--- /dev/null
+++ b/glow-udev.rules
@@ -0,0 +1,8 @@
+# udev rules for Glow. This makes Glow devices accessible to members of the
+# 'usb' group. Modify as necessary for your distro.
+
+# LUFA test VID/PID (alpha/unreleased firmware only)
+SUBSYSTEM=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2040", TAG+="uaccess"
+
+# Production VID/PID via MCS Electronics (beta and later)
+SUBSYSTEM=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0a85", TAG+="uaccess"