Skip to content

Commit

Permalink
oops - fix rule change
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Jun 27, 2019
1 parent 164496a commit 72fe57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/45-espruino.rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ATTRS{idProduct}=="5740", ATTRS{idVendor}=="0483", ENV{ID_MM_DEVICE_IGNORE}="1",
# Nordic kits
ATTRS{idProduct}=="1015", ATTRS{idVendor}=="1366", ENV{ID_MM_DEVICE_IGNORE}="1", MODE="0666", GROUP="plugdev"
# Nordic nRF52840 USB UART
ATTRS{idProduct}=="1915", ATTRS{idVendor}=="520f", ENV{ID_MM_DEVICE_IGNORE}="1", MODE="0666", GROUP="plugdev"
ATTRS{idProduct}=="520f", ATTRS{idVendor}=="1915", ENV{ID_MM_DEVICE_IGNORE}="1", MODE="0666", GROUP="plugdev"
# Microbit
ATTRS{idProduct}=="0204", ATTRS{idVendor}=="0d28", ENV{ID_MM_DEVICE_IGNORE}="1", MODE="0666", GROUP="plugdev"

0 comments on commit 72fe57f

Please sign in to comment.