Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
update Free Software Foundation mail address
warning: redundant redeclaration of 'LogLevel'
add support of PC/SC v2 part 10 CM_IOCTL_GET_FEATURE_REQUEST add support of FEATURE_VERIFY_PIN_DIRECT and FEATURE_MODIFY_PIN_DIRECT remove support of IOCTL_SMARTCARD_VENDOR_VERIFY_PIN (now obsoleted)
#define DRIVER_OPTION_RESET_ON_CLOSE
remove definition of SCARD_CTL_CODE
change licence from GNU GPL to GNU LGPL
check firmware version to avoid firmwares with bugs. You can still use a bigus firmware by setting DRIVER_OPTION_USE_BOGUS_FIRMWARE in Info.plist
use reader_index instead of lun as reader identification
rename PCSCLITE_MAX_READERS in CCID_DRIVER_MAX_READERS This value is not defined by pcsc-lite but is internal to the CCID driver. By default pcsc-lite supports the same number of readers (16).
lun is (unsigned int) instead of (int) Avoid a warning by splint in #define LunToReaderIndex(Lun) (Lun>>16) Left operand of >> may be negative (int): lun >> 16
add support for Secure PIN through SCardControl() (see sample code in examples/)
reorganize header files
use the ifdhandler.h provided by pcsc-lite so remove a lot of lines
use a new version from pcsc-lite with support of the new IFDHControl() API
add CardUp() and CardDown() for PowerOn and PowerOff actions
add get_ccid_slot() function
define TAG_IFD_THREAD_SAFE introduced in pcsclite-1.2.0-rc3
remove IFDSetEmv() definition. It is now useless.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |