Created
February 19, 2014 17:45
-
-
Save azeey/9097357 to your computer and use it in GitHub Desktop.
Udev rules for cc-tools
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
# SmartRF05 Evaluation Board | |
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="16a0", MODE="0666" | |
# SmartRF04 Evaluation Board | |
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="11a0", ATTRS{idProduct}=="db20", MODE="0666" | |
# CC Debugger | |
ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0451", ATTRS{idProduct}=="16a2", MODE="0666" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment