Skip to content

Commit 41e2d36

Browse files
committed
Add nRF-based devices to the 'don't treat as modem' list
1 parent 79d26a9 commit 41e2d36

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

misc/45-espruino.rules

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# To go in /etc/udev/rules.d/
22
# Makes Espruino's serial port accessible to non-SU users, and stops the Modem Manager trying to enumerate it
33
ATTRS{idProduct}=="5740", ATTRS{idVendor}=="0483", ENV{ID_MM_DEVICE_IGNORE}="1", MODE="0666", GROUP="plugdev"
4-
4+
# Nordic kits
5+
ATTRS{idProduct}=="1015", ATTRS{idVendor}=="1366", ENV{ID_MM_DEVICE_IGNORE}="1"
6+
# Microbit
7+
ATTRS{idProduct}=="0204", ATTRS{idVendor}=="0d28", ENV{ID_MM_DEVICE_IGNORE}="1"

0 commit comments

Comments
 (0)