From 9a5f959532433ebfe160d71ea1af8aa2706600cb Mon Sep 17 00:00:00 2001 From: Cameron Lane Date: Mon, 1 Jun 2015 12:26:17 -0400 Subject: [PATCH] Update udev information for newer versions of Linux --- INSTALL.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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.