

Code: Select all
BUS=="usb", SYSFS{idVendor}=="046d", SYSFS{idProduct}=="c01d", NAME="input/MX510", GROUP="mygroup", MODE="664"
Bad idea.dave-gallagher wrote:I ended up having to edit the udev configuration settings. Basically, udev would undo changes done on my mouse "event*" permissions.
1) cd /etc/udev/conf.d/rules.d
2) There should be a few udev configuration files here
3) Edit the one that starts with 50. (nano 50-udev.rules)
4) In the file, search for event, mice, and mouse.
5) Change the last permission bit from 0 or 4, to 6.
6) This essentially chmods the /dev/input/* devices so that a normal user can read and write to the devices.
7) Save, exit, reboot. Permissions changed.