Created
January 13, 2016 12:29
-
-
Save YuuichiAkagawa/2cda27f990a7bcd703cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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