Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Add some more AVR programmers to udev rules.
Browse files Browse the repository at this point in the history
Fixes #44.
  • Loading branch information
salkinium committed Aug 4, 2015
1 parent bbabd55 commit 475be08
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions http/40-openocd.rules
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,17 @@ ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="664", GROUP="plugdev"
# USBasp AVR Programmer
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", MODE="664", GROUP="plugdev"

# Atmel AVR ISP mkII
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2104", MODE="664", GROUP="plugdev"

# usbprog bootloader
ATTRS{idVendor}=="1781", ATTRS{idProduct}=="0c62", MODE="664", GROUP="plugdev"

# USBasp programmer
ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05dc", MODE="664", GROUP="plugdev"

# USBtiny programmer
ATTRS{idVendor}=="1781", ATTRS{idProduct}=="0c9f", MODE="664", GROUP="plugdev"

LABEL="openocd_rules_end"

0 comments on commit 475be08

Please sign in to comment.