ccid_error(): use log_msg() instead of debug_msg()
2 lines of code changed in 1 file:
change debug_msg() in log_msg() and add the priority argument
same for debug_xxd() changed in log_xxd()
These functions are only used by the parse command and if the driver is
not used with pcsclite
5 lines of code changed in 1 file:
use pcsclite debuglog.h header file and use its Log?() macro instead of
debug_msg().
This adds color to the log messages because Log?() macros use log_msg()
instead of the deprecated debug_msg() function.
17 lines of code changed in 1 file:
init_driver(): use DEBUG_INFO2() instead of debug_msg()
3 lines of code changed in 1 file:
add "%option nounput" to avoid the compilation warning
"`yyunput' defined but not used"
3 lines of code changed in 1 file:
ATR_GetDefaultProtocol(): the message "no default protocol found in ATR.
Using T=0" is not CRITICAL but INFO only
1 lines of code changed in 1 file:
store & restore the value of LIBS around the macro
AC_CHECK_LIB(pcsclite,...) to avoid adding an automatic -lpcsclite to
LIBS
2 lines of code changed in 1 file:
do not check for SCardEstablishContext is the user does NOT want to use
pcsc-lite (with --disable-pcsclite)
7 lines of code changed in 1 file:
release 0.9.3
19 lines of code changed in 1 file:
change licence from GNU GPL to GNU LGPL
584 lines of code changed in 19 files:
version 0.9.3
1 lines of code changed in 1 file:
Add KAAN SIM III and KAAN mIDentity
104 lines of code changed in 2 files:
add HAVE_LIBPCSCLITE
3 lines of code changed in 1 file:
use $PCSC_LIBS instead of $PCSCLITE_LIBS since we used
PKG_CHECK_MODULES(PCSC, ...)
1 lines of code changed in 1 file:
add Kobil KAAN mIDentity in supported reader list
4 lines of code changed in 2 files:
add Kobil KAAN SIM III in supported readers list
3 lines of code changed in 2 files:
add SCR 3310
2 lines of code changed in 2 files:
SCR3310
48 lines of code changed in 1 file: