avrdoper UDEV rules

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Guest

avrdoper UDEV rules

Post by Guest » Tue Apr 29, 2008 6:30 pm

can someone please post udev rules for the avrdoper. The device is always owned by root and mode is 600 on my system. i dont know howto address the avrdoper in the udev rules.

best regards
Lucas

butrus.butrus
Posts: 10
Joined: Wed Sep 12, 2007 7:57 pm
Contact:

Re: avrdoper UDEV rules

Post by butrus.butrus » Sat May 03, 2008 5:11 pm

Anonymous wrote:can someone please post udev rules for the avrdoper. The device is always owned by root and mode is 600 on my system. i dont know howto address the avrdoper in the udev rules.

best regards
Lucas


Hi, this is my rule, I put those users who can use AVR-doper (and other peripherals) into the "io" group...

Code: Select all

SYSFS{idVendor}=="16c0",SYSFS{idProduct}=="05df",SYSFS{manufacturer}=="obdev.at",SYSFS{product}=="AVR-Doper", MODE="0660",GROUP="io"

Post Reply