Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Debian

Journal marcello_dl's Journal: Scanner permissions with udev

in /etc/udev/rules.d/91-permissions.rules, after first line put:
SUBSYSTEMS=="usb", ATTRS{product}=="xxxx", GROUP="scanner"

Note it is SUBSYSTEMS plural
The correct attr can be seen on dmesg, or udevinfo -a -p /sys/class/usb_device/usbdev5
Optionally put vendor too.

Kleeneness is next to Godelness.

Working...