Hello,
You should be able to reset it, but a few steps are needed:
* edit /etc/libccid_Info.plist
to the array ifdVendorID add (at the top):
Code:
<string>0x1050</string>
<string>0x1050</string>
to the array ifdProductID add:
Code:
<string>0x0111</string>
<string>0x0112</string>
and to the array ifdFriendlyName add:
Code:
<string>YubiKey Neo Composite</string>
<string>YubiKey Neo CCID</string>
* After this, either restart pcscd (/etc/init.d/pcscd restart) or reboot.
* Now the YubiKey NEO should be recognized as a smartcard, if the light is mostly off you need to touch the button to "insert" the smartcard.
* Then run ykneo-modeswitch -m0 to switch it back to OTP only mode.
Also, what version YubiKey NEO have you got? (so I can test the exact same thing..)
/klas