Skip to content

Commit

Permalink
Add udev rule for Maple Leaf board (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvv authored and ivankravets committed Jun 21, 2018
1 parent 7cac351 commit 0875970
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/99-platformio-udev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="066
# STM32 discovery boards, with onboard st/linkv2
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374?", MODE:="0666"

# Maple with DFU
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="000[34]", MODE:="0666"

# USBtiny
SUBSYSTEMS=="usb", ATTRS{idProduct}=="0c9f", ATTRS{idVendor}=="1781", MODE="0666"

Expand Down

0 comments on commit 0875970

Please sign in to comment.