diff --git a/INSTALL.rst b/INSTALL.rst index 9dc1aae..a37facc 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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.