HPEstablishUSBNotifications(): do not overwrite the value specified with
--force-reader-polling=val
2 lines of code changed in 1 file:
HPEstablishUSBNotifications(): USB polling was not active even if a driver
does not support IFD_GENERATE_HOTPLUG
1 lines of code changed in 1 file:
add profiling framework on the server side
90 lines of code changed in 1 file:
RFInitializeReader(): add debug logs
4 lines of code changed in 1 file:
do not install formaticc.1 manpage since the binary is no more installed
3 lines of code changed in 1 file:
SYS_USleep(): also work for a duration greater than 1 sec
2 lines of code changed in 1 file:
FreeBSD needs to timeout in select() to get the Ctrl-C signal
Revert revision 2148 and 2149 for *BSD
Thanks to Tilman Linneweh for the bug report
28 lines of code changed in 2 files:
EHStatusHandlerThread(): also display the hexa value of the return code
if power up fails
1 lines of code changed in 1 file:
SCardConnect(): return SCARD_W_UNPOWERED_CARD if the card is mute
instead of returning SCARD_E_PROTO_MISMATCH because the requested
protocol is not supported by the (mute) card
7 lines of code changed in 1 file:
move RESPONSECODE definition from wintypes.h to ifdhandler.h since it
should only be used as return type of IFDHandler functions
2 lines of code changed in 2 files:
use IFD_SUCCESS instead of 0 as initial value
15 lines of code changed in 1 file:
release 1.3.3
28 lines of code changed in 1 file:
use the default Doxygen CSS file instead of a (bad) local one
1 lines of code changed in 1 file:
do not reference formaticc since this tool is deprecated and no more
installed
0 lines of code changed in 1 file:
document --hotplug option
7 lines of code changed in 1 file:
document --force-reader-polling in the online help
1 lines of code changed in 1 file:
add --force-reader-polling command line option to force the bus polling
even if the drivers says they support IFD_GENERATE_HOTPLUG
Thanks to Alon Bar-Lev for the suggestion
18 lines of code changed in 2 files:
define OPT_STRING to avoid duplicating the getopt option string
3 lines of code changed in 1 file:
newReaderConfig is a char * so use NULL instead of 0
1 lines of code changed in 1 file:
DBGetReaderList() prototype: use const char *readerconf instead of char
*
2 lines of code changed in 2 files:
RFStartSerialReaders(): use const char * instead of char *
2 lines of code changed in 2 files:
log "pcscd was not configured with --enable-runpid=FILE" if pcscd
--hotplug is called but can't be used because no pidfile is available.
Thanks to Alon Bar-Lev for the idea.
3 lines of code changed in 1 file:
improve code to be able to also use T=1 cards
18 lines of code changed in 1 file:
add IFD_GENERATE_HOTPLUG documentation
106 lines of code changed in 1 file:
add SCardIsValidContext() documentation
42 lines of code changed in 1 file:
Doxygen: correct parameter names
3 lines of code changed in 1 file:
test for SCardIsValidContext()
8 lines of code changed in 1 file:
implement SCardIsValidContext()
46 lines of code changed in 2 files:
add support for IFD_GENERATE_HOTPLUG bit in driver Info.plist ifdCapabilities
28 lines of code changed in 2 files:
correct a warning: assignment discards qualifiers from pointer target type
1 lines of code changed in 1 file:
change prototype of SHMCleanupSharedSegment() from (..., char *pcFilePath) to
(..., const char *pcFilePath) to avoid:
warning: passing argument 2 of 'SHMCleanupSharedSegment' discards
qualifiers from pointer target type
2 lines of code changed in 2 files:
use f1 instead of f to avoid:
warning: declaration of �f� shadows a previous local
9 lines of code changed in 1 file:
define GetDaemonPid() prototype
1 lines of code changed in 1 file:
define prototypes for HPRescanUsbBus() and HPEstablishUSBNotifications()
2 lines of code changed in 1 file:
tpevalToken(): use unsigned int to avoid:
tokenparser.l:74: warning: comparison between signed and unsigned
tokenparser.l:90: warning: comparison between signed and unsigned
1 lines of code changed in 1 file:
change prototype of LTPBundleFindValueWithKey() from "char *fileName,
char *tokenKey, ..." to "const char *fileName, const char *tokenKey,
..."
2 lines of code changed in 2 files:
DebugLogSetLogType(): use unsigned int to avoid:
debuglog.c:182: warning: comparison between signed and unsigned
1 lines of code changed in 1 file:
evaluatetoken(): use unsigned int to avoid the warning:
configfile.l:80: warning: comparison between signed and unsigned
1 lines of code changed in 1 file:
use unsigned int to solve the warning:
debug.c:60: warning: comparison between signed and unsigned
2 lines of code changed in 2 files: