Created
          May 2, 2018 12:00 
        
      - 
      
- 
        Save TobleMiner/7507b0571e9151dffaa638628601fdd9 to your computer and use it in GitHub Desktop. 
    AVR Dragon udev rules
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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