# USBasp - USB programmer for Atmel AVR controllers # Copy this file to /etc/udev/rules.d so # According to http://www.ladyada.net/make/usbtinyisp/avrdude.html # The udev examples given don't work on some systems as the SYSFS parameter is deprecated. # The following rule works on recent Ubuntu systems and should probably work on other newer Linux systems: SUBSYSTEM=="usb", ATTR{product}=="USBasp", ATTR{idProduct}=="05dc", ATTRS{idVendor}=="16c0", MODE="0666"