use $(bundle) instead of the hardcoded ifd-ccid.bundle for CCID_BUNDLE
1 lines of code changed in 1 file:
add Vasci DP905
112 lines of code changed in 2 files:
log error messages on stderr instead of stdout
4 lines of code changed in 1 file:
use an unsigned char [] buffer only for multi-bytes conversions.
usb_* functions want a char [] buffer.
5 lines of code changed in 1 file:
use int instead of DWORD for GetNewReaderIndex() and LunToReaderIndex()
Lun parameter
utils.c:48: warning: comparison between signed and unsigned
utils.c:73: warning: comparison between signed and unsigned
4 lines of code changed in 2 files:
ccid_check_firmware(): use unsigned int instead of int
ccid_usb.c:720: warning: comparison between signed and unsigned
1 lines of code changed in 1 file:
WriteSerial(): use unsigned int instead of int
ccid_serial.c:199: warning: comparison between signed and unsigned
1 lines of code changed in 1 file:
use defined(USE_USB_INTERRUPT) instead of just USE_USB_INTERRUPT
ifdhandler.c:60:66: warning: "USE_USB_INTERRUPT" is not defined
3 lines of code changed in 1 file:
move the Blutronics and Covadis reader before the Bogus readers
8 lines of code changed in 1 file:
add Precise Biometrics 250 MC
53 lines of code changed in 2 files:
IFDHSetProtocolParameters(): store the protocol used in
ccid_desc->cardProtocol even if the reader has CCID_CLASS_AUTO_PPS_PROP.
Correct a potential bug in SecurePINVerify()/SecurePINModify().
Thanks to Jim Dawson for the bug report
2 lines of code changed in 1 file:
IFDHSetProtocolParameters(): O2Micro OZ776 does not support a protocol
change to T=1 for dual protocol cards
https://www.opensc-project.org/opensc/ticket/172
https://bugs.launchpad.net/ubuntu/+bug/163072
12 lines of code changed in 1 file:
add Covadis Alya in the supported list
2 lines of code changed in 1 file:
add Covadis Alya
2 lines of code changed in 1 file:
update
67 lines of code changed in 1 file: