Skip to content

Instantly share code, notes, and snippets.

@topnotcher
Created December 14, 2014 02:28
Show Gist options
  • Save topnotcher/df7ca0367ddde438b23e to your computer and use it in GitHub Desktop.
Save topnotcher/df7ca0367ddde438b23e to your computer and use it in GitHub Desktop.
#SUBSYSTEM!="usb_device", ACTION!="add", GOTO="avrisp_end"
#AVRISP mkII
SUBSYSTEM=="usb", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2104", MODE="0660", GROUP="users"
#JTAGICE3
SUBSYSTEM=="usb", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2110", MODE="0660", GROUP="users", SYMLINK+="avrjtag"
#JTAGICE3 - after I updated firmware???
SUBSYSTEM=="usb", ATTR{idVendor}=="03eb", ATTR{idProduct}=="2140", MODE="0660", GROUP="users", SYMLINK+="avrjtag"
# Atmel Corp. JTAG ICE mkII
#ATTR{idVendor}=="03eb", SYSFS{idProduct}=="2103", MODE="660", GROUP="users"
# Atmel Corp. AVRISP mkII
#ATTR{idVendor}=="03eb", SYSFS{idProduct}=="2104", MODE="660", GROUP="users"
# Atmel Corp. Dragon
#ATTR{idVendor}=="03eb", SYSFS{idProduct}=="2107", MODE="660", GROUP="users"
#LABEL="avrisp_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment