/[pcsclite]/trunk/Drivers/ccid/src/utils.c
ViewVC logotype

Log of /trunk/Drivers/ccid/src/utils.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 5185 - (view) (download) (annotate) - [selected]
Modified Thu Aug 26 08:58:06 2010 UTC (2 years, 8 months ago) by rousseau
File length: 1927 byte(s)
Diff to previous 4973
Include config.h before any other local includes to the configuration
defined in config.h is used.

This is just a preventive change.

Revision 4973 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 1 09:43:29 2010 UTC (2 years, 11 months ago) by rousseau
File length: 1907 byte(s)
Diff to previous 2974 , to selected 5185
update copyright date

Revision 2974 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 28 18:32:52 2008 UTC (4 years, 11 months ago) by rousseau
File length: 1907 byte(s)
Diff to previous 2860 , to selected 5185
update Free Software Foundation mail address

Revision 2860 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 29 15:19:02 2008 UTC (5 years, 1 month ago) by rousseau
File length: 1911 byte(s)
Diff to previous 2280 , to selected 5185
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

Revision 2280 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 25 20:54:20 2006 UTC (6 years, 5 months ago) by rousseau
File length: 1915 byte(s)
Diff to previous 2121 , to selected 5185
GetNewReaderIndex(): check that Lun is NOT already used

Thanks to Martin Preuss for the idea

Revision 2121 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 3 13:12:20 2006 UTC (6 years, 9 months ago) by rousseau
File length: 1685 byte(s)
Diff to previous 1771 , to selected 5185
change the prototype of ReleaseReaderIndex() to return void since he
function always returned 0 and the returned value was never checked

Revision 1771 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 12:21:00 2005 UTC (7 years, 5 months ago) by rousseau
File length: 1696 byte(s)
Diff to previous 1399 , to selected 5185
remove PCSC/ from the pcsc-lite #include header files since the PCSC/
part is already given by `pkg-config --cflags libpcsclite`

Revision 1399 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 14 18:56:53 2005 UTC (8 years, 2 months ago) by rousseau
File length: 1701 byte(s)
Diff to previous 1193 , to selected 5185
change licence from GNU GPL to GNU LGPL

Revision 1193 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 24 07:30:21 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1679 byte(s)
Diff to previous 1143 , to selected 5185
ReleaseReaderIndex: return 0 since the function is not void ()

Revision 1143 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 19:51:16 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1667 byte(s)
Diff to previous 1142 , to selected 5185
update copyright date (add 2004)

Revision 1142 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 19:50:45 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1662 byte(s)
Diff to previous 1141 , to selected 5185
LunToReaderIndex(): debug message when Lun is not found

Revision 1141 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 19:49:58 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1618 byte(s)
Diff to previous 1140 , to selected 5185
GetNewReaderIndex(): debug message when ReaderIndex[] is full

Revision 1140 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 4 19:48:33 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1557 byte(s)
Diff to previous 1105 , to selected 5185
GetNewReaderIndex(): store Lun in the first free ReaderIndex[] entry

Revision 1105 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 28 08:30:30 2004 UTC (8 years, 9 months ago) by rousseau
File length: 1524 byte(s)
Diff to previous 1077 , to selected 5185
use a more complex Lun -> reader transformation
(Lun>>16) is not usable for multi-slots readers

Revision 1077 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 16 06:53:25 2004 UTC (8 years, 10 months ago) by rousseau
File length: 1169 byte(s)
Diff to previous 997 , to selected 5185
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).

Revision 997 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 30 13:30:45 2004 UTC (8 years, 10 months ago) by rousseau
File length: 1166 byte(s)
Diff to previous 877 , to selected 5185
pcsclite.h moved in PCSC/

Revision 877 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 17 14:35:51 2004 UTC (9 years ago) by rousseau
File length: 1161 byte(s)
Diff to previous 403 , to selected 5185
reorganize header files

Revision 403 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 10 08:52:29 2003 UTC (9 years, 8 months ago) by rousseau
File length: 1098 byte(s)
Diff to previous 269 , to selected 5185
use PCSCLITE_MAX_READERS instead of PCSCLITE_MAX_CHANNELS

Revision 269 - (view) (download) (annotate) - [select for diffs]
Added Tue Aug 12 12:40:23 2003 UTC (9 years, 9 months ago) by rousseau
File length: 1096 byte(s)
Diff to selected 5185
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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5