Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Include config.h before any other local includes to the configuration defined in config.h is used. This is just a preventive change.
update copyright date
update Free Software Foundation mail address
use int instead of DWORD for GetNewReaderIndex() and LunToReaderIndex() Lun parameter utils.c:48: warning: comparison between signed and unsigned utils.c:73: warning: comparison between signed and unsigned
GetNewReaderIndex(): check that Lun is NOT already used Thanks to Martin Preuss for the idea
change the prototype of ReleaseReaderIndex() to return void since he function always returned 0 and the returned value was never checked
remove PCSC/ from the pcsc-lite #include header files since the PCSC/ part is already given by `pkg-config --cflags libpcsclite`
change licence from GNU GPL to GNU LGPL
ReleaseReaderIndex: return 0 since the function is not void ()
update copyright date (add 2004)
LunToReaderIndex(): debug message when Lun is not found
GetNewReaderIndex(): debug message when ReaderIndex[] is full
GetNewReaderIndex(): store Lun in the first free ReaderIndex[] entry
use a more complex Lun -> reader transformation (Lun>>16) is not usable for multi-slots readers
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).
pcsclite.h moved in PCSC/
reorganize header files
use PCSCLITE_MAX_READERS instead of PCSCLITE_MAX_CHANNELS
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 |