Comment 7 for bug 1387908

Revision history for this message
Kevin Cernekee (cernekee) wrote :

> KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev",
> ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120"

I needed a slightly different variation of this for a Yubikey Neo-N on Trusty:

SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0211"

Merely adding the :0211 ID didn't help, so I changed SUBSYSTEM to "usb" (basically copying and pasting from my Android udev rules file).