Enable USB Permissions on Natty
| tags: programming, ubuntu
To enable access to the CCS PIC18F4550 development board over USB I created a file named /etc/udev/rules.d/myUSB.rules containing:
ATTRS{idVendor}=="0461", ATTRS{idProduct}=="0020", GROUP="gb", MODE="0666"
Now when I plug it in the device gets the permissions set so that I can use it without sudo.