New version of libccid: 1.4.13
I just released a version 1.4.13 of libccid the free software CCID class smart card reader driver.
Changes:
1.4.13 - 9 October 2013, Ludovic Rousseau
- Add support of
- Access IS ePassport Reader
- Planeta RC700-NFC CCID
- Add support of Windows value for
CM_IOCTL_GET_FEATURE_REQUEST
Windows uses0x313520
forSCARD_CTL_CODE(3400)
pcsc-lite uses0x42000D48
forSCARD_CTL_CODE(3400)
RDP aplications (like rdesktop) will convertSCardControl()
commands from a Windows application (so using0x313520
) to pcsc-lite. - fix multi-slot support for card movement notification (introduced in 1.4.12)
- Mac OS X: differentiate each libccid library by the dynamic linker using
--prefix=/fake/$BUNDLE_ID
- some minor bugs removed