libftdi Archives

Subject: Re: libusb write access

From: Xiaofan Chen <xiaofanc@xxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 18 Mar 2010 09:16:47 +0800
On Wed, Mar 17, 2010 at 11:23 PM, Florian Beier
<florian.beier@xxxxxxxxxxxxxx> wrote:
> You can change the rights via an udev rule.
> Mine loooks like:
>
> cat /etc/udev/rules.d/85-ftdi.rules
> SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6010", MODE="660", 
> GROUP="ftdi-user"
>

SYSFS is now deprecated for newer udev versions. Probably you want to
change it to ATTR{idVendor}=="0403", ATTR{idProduct}=="6010", ...

I wrote as simple wiki style article here.
http://code.google.com/p/picusb/wiki/libusb_and_udev


-- 
Xiaofan http://mcuee.blogspot.com

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread