add winsmcrd.h in COMMON
2 lines of code changed in 1 file:
reset ATR string (length = 0) when the card is powered down or not present
14 lines of code changed in 1 file:
typo in a comment
1 lines of code changed in 1 file:
list of tags for SCardGetAttrib() like SCARD_ATTR_ATR_STRING
0 lines of code changed in 1 file:
add SCARD_ATTR_ATR_STRING in addition to TAG_IFD_ATR in IFDHGetCapabilities()
6 lines of code changed in 1 file:
new IFDHControl() API
8 lines of code changed in 1 file:
use a new version from pcsc-lite with support of the new IFDHControl() API
141 lines of code changed in 1 file:
add support for the libusb naming scheme: usb:%04x/%04x:libusb:%s
34 lines of code changed in 1 file:
parse bPINSupport field
3 lines of code changed in 2 files:
parse bPINSupport field
4 lines of code changed in 1 file:
also distribute SK-3106.txt
1 lines of code changed in 1 file:
remove --enable-debugcritical, --enable-debuginfo,
--enable-debugperiodic and --enable-debugcomm options since the log
level is now dynamically managed by ifdLogLevel in Info.plist
0 lines of code changed in 2 files:
define default ifdLogLevel at 3 (DEBUG_LEVEL_CRITICAL | DEBUG_LEVEL_INFO)
3 lines of code changed in 1 file:
remove now useless #ifdef DEBUG
1 lines of code changed in 1 file:
add { } to avoid ambiguities now that DEBUG_* are "if (x) y" constructions
12 lines of code changed in 2 files:
during the first IFDHCreateChannel*() init_debug() is called to read the
value of ifdLogLevel from the Info.plist
37 lines of code changed in 1 file:
change the DEBUG_* macros from static (compilation conditional) to
dynamic (if ())
44 lines of code changed in 1 file:
debug.c is only needed by parse_SOURCES not COMMON
1 lines of code changed in 1 file:
do not return before pthread_mutex_unlock() in IFDHCreateChannelByName()
6 lines of code changed in 1 file:
also call ccid_open_hack() in IFDHCreateChannelByName()
3 lines of code changed in 1 file:
T=1 context is initialized in CardUp(), not in IFDHCreateChannel()
1 lines of code changed in 1 file:
revert to nearly previous version.
- IFD_POWER_DOWN is power down and power up (cold reset)
- IFD_RESET is power up (warm reset)
- IFD_POWER_UP is power up
42 lines of code changed in 1 file:
version 0.4.2
1 lines of code changed in 1 file:
add support for the Dell keyboard SK-3106
195 lines of code changed in 2 files:
define ALLOW_PROPRIETARY_CLASS by default
Proprietary USB Class (0xFF) are (or are not) accepted
A proprietary class is used for devices released before the final CCID
specifications were ready.
We should not have problems with non CCID devices becasue the
Manufacturer and Product ID are also used to identify the device */
7 lines of code changed in 1 file: