pcsc-lite is a Free Software implementation of the PC/SC (or WinSCard) API for Unix systems.
Changes:
1.8.16: Ludovic Rousseau
20 March 2016
SCardCancel()
was not correctly handled
When aSCardGetStatusChange()
was cancelled then a next PC/SC call after theSCardGetStatusChange()
may fail with a strange error code if the event waited inSCardGetStatusChange()
occurs.- Doxygen: fix different documentation issues
SCARD_SCOPE_GLOBAL
is now defined in a public header (even if never used)- Enable Trace and Profile features using compiler flags and without modifying the source code
- Some other minor improvements and bug corrections