Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
ccid_error(): use log_msg() instead of debug_msg()
change licence from GNU GPL to GNU LGPL
ccid_open_hack(): do not use a null terminated C string for the TPDU->APDU switch command since the command is NOT a C string
ccid_open_hack(): update the hack for the SCR331-DI contactless now we use multi-slots
use reader_index instead of lun as reader identification
ccid_open_hack(): detect and activate the contactless interface of the SCR331-DI
the buffer var_text[] was, in fact, used outside its declaration
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
ccid_error() now also has a "char *function" argument to log the name of the function in which the error occured
recompile using gcc -pedantic and correct: - some C++ syntax comments - many signedness "problems"
- add some missing error codes - low error values indicate the byte in error in the CCID frame
redefined CmdEscape() to pass the CCID message instead of just a tag
use an (int *) instead of a PDWORD for rx_length argument
Do not switch to APDU mode since it also swicth in EMV mode and may not work with non EMV cards
contains common CCID feature for USB and serial (was in ccid_usb before)
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 |