Yubico/libu2f-host

New vendor code in udev rules for GNU/Linux

Rowin opened this issue · 0 comments

Rowin commented

Hi,

Thanks for this work.

In order of making my Hypersecu HyperFIDO works in Debian GNU/Linux for a standard user (not root), I used the udev rules specified. However, the vendor name seems not to be good. However, the vendor code doesn't fit to my key. lsusb gave me : ID 2ccf:0880
So, I changed the udev rules. This ligne
# HyperSecu HyperFIDO
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", ATTRS{idProduct}=="0880", TAG+="uaccess"
changed to that line :
# HyperSecu HyperFIDO
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e|2ccf", ATTRS{idProduct}=="0880", TAG+="uaccess"

And it then works for me.

I don't have any key for GitHub, so I cannot make a push but I think this could be useful.

Best regards,