Skip to content

Commit 8ed4aa5

Browse files
USB access rules for the MD380. Need to add CS7xx devices when I get them.
1 parent c14c94c commit 8ed4aa5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

99-md380.rules

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# USB rules for MD380Tools.
2+
# Place this in /etc/udev/rules.d/ to let all users talk to the radios by USB.
3+
4+
# Tytera MD380 Radio
5+
ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="0666"
6+
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="df11", MODE="0666"
7+

0 commit comments

Comments
 (0)