Add udev rule to flash radios from non-root users

This commit is contained in:
Federico Amedeo Izzo 2020-12-27 11:54:23 +01:00
parent aca804c738
commit e24b4535d8
1 changed files with 7 additions and 0 deletions

7
99-openrtx.rules Normal file
View File

@ -0,0 +1,7 @@
# udev rules for DFU mode on radios supported by OpenRTX
# Place this in /etc/udev/rules.d/ to let non-root users talk to the radios.
# Radioddity GD77
SUBSYSTEM=="usb", ATTRS{idVendor}=="15a2", ATTRS{idProduct}=="0073", MODE="0666"
# Tytera MD-UV380
SUBSYSTEM=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="0666"