Yubico / yubikey-personalization

YubiKey Personalization cross-platform library and tool
https://developers.yubico.com/yubikey-personalization/
BSD 2-Clause "Simplified" License
300 stars 82 forks source link

product ids are four digit, so we need the leading zero #54

Closed eworm-de closed 10 years ago

eworm-de commented 10 years ago

A udev rule file in libu2f-host has limilar functionality and shares some product ids. What is the way to go? What devices with what product ids do exist?

klali commented 10 years ago

I don't think the security key pid (0120) should be added to the ykpers permission files since there's no way for ykpers to talk with that key. ykdef.h contains the product ids of all variants of the neo and standard, extra from that is 0120 for the security key.

eworm-de commented 10 years ago

You are right, removed the second commit from pull request. Looks like everything is fine if we have the OTP product ids.

klali commented 10 years ago

Great! Thank you for the contribution!