Forum Discussion
MohdAnnuar_S_Intel
New Contributor
6 years agoHi YL,
IT support already added a rule below:
ATTR{idVendor}=="09fb", ATTR{idProduct}=="6810", ACTION=="add", RUN+="/bin/sh -c 'chmod 666 /dev/$name'"
is above rule good enough or do I have to follow the exact rule as in the link?
# USB-Blaster
SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6001", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6002", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6003", MODE="0666"
# USB-Blaster II
SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6010", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="09fb", ATTRS{idProduct}=="6810", MODE="0666"