Permalink
Cannot retrieve contributors at this time
7 lines (5 sloc)
327 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # USB rules for MD380Tools. | |
| # Place this in /etc/udev/rules.d/ to let all users talk to the radios by USB. | |
| # Tytera MD380 Radio | |
| ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", MODE="0666" | |
| ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="df11", MODE="0666" | |