set_ccid_descriptor(): reset dwSlotStatus to IFD_ICC_PRESENT for the
other slots of a multislot reader (like a GemCore SIM Pro).
This is needed because the state of dwSlotStatus may have already been
changed to IFD_ICC_NOT_PRESENT (by the polling thread) when the second
slot is created. The polling thread of the second slot would then never
check for a card since this check is only done once. Slots are SAMs and
the card is always present or absent.
The problem was already dealt with on USB from the beginning but not on
serial.
Thanks to Emmanuel Deloget for the patch.
1 lines of code changed in 1 file:
change CMD_BUF_SIZE to support extended APDU of up to 64kB. We need this
size for readers in APDU mode to be able to receive the card response in
one block (chaining is not always possible in this direction)
3 lines of code changed in 1 file:
remove useless #define
0 lines of code changed in 1 file:
FDHPowerICC(): use the exact length for the PowerOn output buffer
1 lines of code changed in 1 file:
remove useless #defines
0 lines of code changed in 1 file:
check for IFD_ERROR_INSUFFICIENT_BUFFER in ifdhandler.h and simplify the
PCSC checking code
5 lines of code changed in 1 file:
new firmware
6 lines of code changed in 1 file:
new firmware
7 lines of code changed in 1 file:
FDHGetCapabilities(): add support of SCARD_ATTR_ICC_PRESENCE
Required to support the Windows middleware that's used for French
Healthcar cards.
Thanks to David Markowitz for the patch.
17 lines of code changed in 1 file:
FDHGetCapabilities(): add support of SCARD_ATTR_ICC_INTERFACE_STATUS
Required to support the Windows middleware that's used for French
Healthcar cards.
Thanks to David Markowitz for the patch.
10 lines of code changed in 1 file:
add Smart SBV280
52 lines of code changed in 2 files:
IFDHControl(): do not check if FEATURE_IFD_PIN_PROPERTIES is defined
since we now require pcsc-lite >= 1.5.6 (with FEATURE_IFD_PIN_PROPERTIES
defined)
0 lines of code changed in 2 files:
IFDHGetCapabilities() & IFDHControl(): return
IFD_ERROR_INSUFFICIENT_BUFFER when appropriate
27 lines of code changed in 1 file:
Require to have pcsc-lite >= 1.5.6 to have IFD_ERROR_INSUFFICIENT_BUFFER
defined in ifdhandler.h
1 lines of code changed in 2 files:
Use usb_strerror() instead of strerror(errno) to also get the libusb
specifc error messages
6 lines of code changed in 1 file:
The supported, should work and unsupported lists are now online only.
The information in the README file was not up to date and hard to sync.
4 lines of code changed in 1 file:
revert change in revision 4414. It is a bug in the reader not the driver
1 lines of code changed in 1 file:
update
5 lines of code changed in 1 file:
IFDHSetProtocolParameters(): with a T=1 card, do not try to negociate
IFSD if the reader works in APDU mode
4 lines of code changed in 1 file:
update
2 lines of code changed in 1 file:
IFDHControl(): typo in comment
1 lines of code changed in 1 file: