Skip to content

Instantly share code, notes, and snippets.

@TobleMiner
Created May 2, 2018 12:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TobleMiner/7507b0571e9151dffaa638628601fdd9 to your computer and use it in GitHub Desktop.
Save TobleMiner/7507b0571e9151dffaa638628601fdd9 to your computer and use it in GitHub Desktop.
AVR Dragon udev rules
# udev rules file for ATMEL AVR isp
#
ACTION!="add|change", GOTO="avrisp_rules_end"
SUBSYSTEM!="usb|usb_device", GOTO="avrisp_rules_end"
# AVR Dragon v1
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2104", MODE="0660", GROUP="plugdev"
# AVR Dragon v2 (the one without shitty voltage regulators)
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="0660", GROUP="plugdev"
LABEL="avrisp_rules_end"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment