mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
# To go in /etc/udev/rules.d/
|
|
# Makes Espruino's serial port accessible to non-SU users, and stops the Modem Manager trying to enumerate it
|
|
ATTRS{idProduct}=="5740", ATTRS{idVendor}=="0483", ENV{ID_MM_DEVICE_IGNORE}="1", MODE="664", GROUP="plugdev"
|
|
|