Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
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 |