Skip to content

Instantly share code, notes, and snippets.

@YuuichiAkagawa
Created January 13, 2016 12:29
Show Gist options
  • Save YuuichiAkagawa/2cda27f990a7bcd703cf to your computer and use it in GitHub Desktop.
Save YuuichiAkagawa/2cda27f990a7bcd703cf to your computer and use it in GitHub Desktop.
cat << EOT > /etc/udev/rules.d/51-usbblaster.rules
# USB-Blaster
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6001", MODE="666"
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6002", MODE="666"
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6003", MODE="666"
# USB-Blaster II
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6010", MODE="666"
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6810", MODE="666"
EOT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment