Re: pcscd support for Class 2 SPE for Cherry SmartBoard xx44
Ludovic Rousseau <[email protected]>
| Newsgroups | gmane.comp.lib.muscle |
|---|---|
| Message-ID | <CAGstE8Agn_kUms7SjnWOAKzk+pEFFtj2cCvm6GCb1ymTz0oY3w@mail.gmail.com> |
2013/8/26 Anand Renju <[email protected]>: > Windows sends the following control codes for below features. > > Feature Winndows Ctl code > ----------------------------------------------------------------------------- > FEATURE_VERIFY_PIN_DIRECT (0xfd0018) > FEATURE_MODIFY_PIN_DIRECT (0xfd001c) > FEATURE_IFD_PIN_PROPERTIES (0xfd0028) > FEATURE_GET_TLV_PROPERTIES (0xfd0048) > > For eg; ccid expects 0x42330006 for FEATURE_VERIFY_PIN_DIRECT, but Windows > sends 0xfd0018 You should NEVER use a hardcoded value for FEATURE_VERIFY_PIN_DIRECT and the others. Always use CM_IOCTL_GET_FEATURE_REQUEST to get the correct values. These values are defined by the driver itself, not pcsc-lite. Using RDP should not be a problem with these values if the program is implemented correctly. Bye -- Dr. Ludovic Rousseau