Skip to content

Commit

Permalink
Add ava4 to udev rules file
Browse files Browse the repository at this point in the history
  • Loading branch information
ckolivas committed Dec 12, 2014
1 parent 881a5ce commit 08d6c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 01-cgminer.rules
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="0003", SUBSYSTEM=="usb", ACTION=="ad

# Drillbit Thumb
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2404", SUBSYSTEM=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"

# Avalon4
ATTRS{idVendor}=="29f1", ATTRS{idProduct}=="33f2", SUBSYSTEM=="usb", ACTION=="add", MODE="0666", GROUP="plugdev"

0 comments on commit 08d6c3d

Please sign in to comment.