mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-01 15:40:49 +00:00
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
|
|
# Set spidev ownership to 'spi' group.
|
||
|
|
SUBSYSTEM=="spidev", KERNEL=="spidev*", GROUP="spi", MODE="0660"
|
||
|
|
# Allow access to USB CH341 devices
|
||
|
|
SUBSYSTEM=="usb", ATTRS{idVendor}=="1a86", ATTRS{idProduct}=="5512", MODE="0666"
|