Skip to content

Commit

Permalink
update udev rules for diy (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansnigirev committed Dec 5, 2020
1 parent 68bde29 commit 4436dd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions udev/49-micropython.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# f055:9800 - MicroPython board
ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", ENV{MTP_NO_PROBE}="1"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800", MODE:="0666"
ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800|9801|9802", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800|9801|9802", ENV{MTP_NO_PROBE}="1"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800|9801|9802", MODE:="0666"
KERNEL=="ttyACM*", ATTRS{idVendor}=="f055", ATTRS{idProduct}=="9800|9801|9802", MODE:="0666"

0 comments on commit 4436dd9

Please sign in to comment.