Skip to content

Commit

Permalink
Update udev information for newer versions of Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
crlane committed Jun 1, 2015
1 parent c291baa commit 9a5f959
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Add your user on in the usb group or add this file to this rule to udev.d :

SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0003", MODE="0666"

For Ubuntu Linux 14.04 and newer, the udev syntax has changed.

SUBSYSTEM=="usb", ATTR{idVendor}=="0694", ATTR{idProduct}=="0003", MODE:="0666"

Note the colon on the MODE assignment.

0 comments on commit 9a5f959

Please sign in to comment.