Skip to content

Instantly share code, notes, and snippets.

@hyOzd
Created June 9, 2016 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyOzd/e77dfddb38f137d8c05825949e2fd7c3 to your computer and use it in GitHub Desktop.
Save hyOzd/e77dfddb38f137d8c05825949e2fd7c3 to your computer and use it in GitHub Desktop.
udev rules file for sprut brenner pic programmer which allows usburn to access to device without root permissions, no more sudo
# save this file in /etc/udev/rules.d/
SUBSYSTEM=="usb", ATTRS{idProduct}=="ff0b", ATTRS{idVendor}=="04d8", GROUP = "plugdev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment