release 1.1.0
21 lines of code changed in 2 files:
use ./configure --enable-twinserial to compile and install the the
driver for the GemPC Twin serial
Thanks to Wolfgang Glas for the idea
18 lines of code changed in 2 files:
add id3 Semiconductors CL1356T in the "should work but unsuported" list
54 lines of code changed in 3 files:
Regenerate
1 lines of code changed in 1 file:
Add iDream (or THRC2002-2) to the "Unsupported or partly supported CCID
readers" list.
Thanks to Dr Jean-Pierre Szikora for the report
60 lines of code changed in 3 files:
IFDHCreateChannelByName(): add a "warm up" sequence. This sequence is
sometimes needed when pcscd is restarted with the reader already
connected. We get some "usb_bulk_read: Resource temporarily unavailable"
on the first few tries. It is an empirical hack
18 lines of code changed in 1 file:
CMD_BUF_SIZE should not include a byte for the cmd. This definition was
reused as-is from the ifd-gempc source code.
Thanks to Wolfgang Glas for the bug report
2 lines of code changed in 1 file:
IFDHICCPresence(): check the value returned by CmdEscape() in the
SCR331-DI contactless reader familly code.
Byg detected by using __attribute__((warn_unused_result)) also used as
__must_check by the Linux kernel
9 lines of code changed in 1 file:
change the prototype of ReleaseReaderIndex() to return void since he
function always returned 0 and the returned value was never checked
2 lines of code changed in 2 files:
SecurePINVerify()/SecurePINModify(): the USB timeout shall be greater
than the reader timeout so we get the reader answer. I use a margin of
10 seconds.
Thanks to Gerald Richter for the bug report
2 lines of code changed in 1 file:
ReadUSB(): check that usbDevice[reader_index].dev->bus is still non-NULL
(as we do in WriteUSB()) before dereferencing it in the debug message.
Thanks to Michael Wegner for the patch
9 lines of code changed in 1 file:
Exit the ./configure script if some include files are not found
Use AC_MSG_ERROR() instead of AC_MSG_WARN()
1 lines of code changed in 1 file: