Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
change licence from GNU GPL to GNU LGPL
use reader_index instead of lun as reader identification
ReadChunk() and get_bytes() are internal use in ccid_serial.c so declare them static
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
recompile using gcc -pedantic and correct: - some C++ syntax comments - many signedness "problems"
add support of IFDHCreateChannelByName
complete reimplementation of the Twin serial protocol using a finite state automata (code much simpler)
manage serial protocol used by the GemPC Twin. Thanks to Niki W. Waibel for a working prototype.
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 |