Skip to content

Instantly share code, notes, and snippets.

@JavaDeveloper
Created June 17, 2012 18:28
Show Gist options
  • Save JavaDeveloper/2945333 to your computer and use it in GitHub Desktop.
Save JavaDeveloper/2945333 to your computer and use it in GitHub Desktop.
# fedora 16
# SUBSYSTEM=="usb", SYSFS{idVendor}=="1949", MODE="0666"
# fedora 17 rule
SUBSYSTEM=="usb", ATTRS{idVendor}=="1949", ATTRS{idProduct}=="0006", MODE="0666"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment