Skip to content

Instantly share code, notes, and snippets.

@azeey
Created February 19, 2014 17:45
Show Gist options
  • Save azeey/9097357 to your computer and use it in GitHub Desktop.
Save azeey/9097357 to your computer and use it in GitHub Desktop.
Udev rules for cc-tools
# 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