Open*ByName: do not initialise the now disappeared .dwMaxDataRate field
0 lines of code changed in 2 files:
_ccid_descriptor: remove the now useless dwMaxDataRate field
0 lines of code changed in 1 file:
IFDHSetProtocolParameters(): we do not check if (card_baudrate <=
ccid_desc->dwMaxDataRate) since find_baud_rate() will tell us if the
speed is supported or not by the reader
2 lines of code changed in 1 file:
get_data_rates(): if the CCID command GET DATA RATES is nto supported
the array of supported rates contains only the default and max data
rates
25 lines of code changed in 1 file:
get_data_rates(): test if int_array is NULL (and not buffer)
1 lines of code changed in 1 file:
add the new or missing readers
8 lines of code changed in 1 file:
version 0.9.4
1 lines of code changed in 1 file:
OpenSerialByName(): inhibit the Plug-n-Play string by setting the RTS
signal to low. Mainly useful for the GemPC Card (PCMCIA)
25 lines of code changed in 1 file:
Verisign Secure Storage Token
53 lines of code changed in 1 file:
Verisign Secure Token (without mass memory)
53 lines of code changed in 1 file:
add Verisign Secure Token and VeriSign Secure Storage Token
3 lines of code changed in 1 file:
display the supported data rates using the CCID command GET DATA RATES
25 lines of code changed in 1 file:
get_data_rates(): use the real interface number instead of 0
1 lines of code changed in 1 file:
get_data_rates(): buffer argument of usb_control_msg is (char *) and not
(unsigned char *)
1 lines of code changed in 1 file:
get_data_rates() returns an unsigned int [] (not just int [])
2 lines of code changed in 1 file:
SerialDataRates[] is unsigned
1 lines of code changed in 1 file:
t1_xcv(): increase the read timeout if the card sends and WTX request
18 lines of code changed in 1 file:
use the calculated read timeout instead of a fixed value
8 lines of code changed in 2 files:
calculate and store the read timeout according to the card ATR instead
of using a fixed value of 60 seconds
35 lines of code changed in 1 file:
add T0_card_timeout() and T1_card_timeout()
52 lines of code changed in 1 file:
/* Default communication read timeout in seconds */
#define DEFAULT_COM_READ_TIMEOUT 2
2 lines of code changed in 1 file:
struct _ccid_descriptor: add unsigned int readTimeout field
7 lines of code changed in 1 file:
IFDHSetProtocolParameters(): only use a data rate supported by the
reader in the PPS negociation, otherwise we stay at the default speed.
37 lines of code changed in 1 file:
OpenSerialByName(): the reader does not support the Get Data Rates CCID
function so the list of supported data rates is hard coded.
45 lines of code changed in 1 file:
OpenUSBByName(): get the list of data rates the reader supports
See 3.7.3 Get Data Rates (page 25) from CCID spec 1.00
55 lines of code changed in 1 file:
struct _ccid_descriptor: add unsigned int *arrayOfSupportedDataRates field
5 lines of code changed in 1 file:
OpenSerialByName(): set card movement notification in synchronous mde
16 lines of code changed in 1 file:
we need pcsc-lite 1.2.9-beta7 and not just beta5 since we use the new
log API
4 lines of code changed in 1 file:
extra_egt(): rewrite the function comment
10 lines of code changed in 1 file:
extra_egt(): reuse the same baud rate calculation formula
6 lines of code changed in 1 file:
extra_egt(): change two if() in one
9 lines of code changed in 1 file:
change comments: TBi (i>2) is BWI/CWI not BWI/BCI
4 lines of code changed in 1 file:
extra_egt(): some (bogus) cards require an extra EGT but the ATR does
not say so. We try to detect the bogus cards and set TC1=2
75 lines of code changed in 1 file:
light code reformating
7 lines of code changed in 1 file:
add Eutron SIM Pocket Combo
3 lines of code changed in 1 file:
#include <stdint.h> only if HAVE_STDINT_H is defined.
Some old FreeBSD do not have stdint.h.
Thanks to Tilman Linneweh for the patch
10 lines of code changed in 3 files:
Eutron SIM Pocket Combo
(the reader is dual slot and is seen as two readers)
98 lines of code changed in 1 file:
RSA SecurID SID800 Hardware Authenticator
48 lines of code changed in 1 file:
"Generic CCID reader" -> "Generic CCID driver"
1 lines of code changed in 1 file: