/[pcsclite]/trunk/Drivers/ccid/src/towitoko
ViewVC logotype

Log of /trunk/Drivers/ccid/src/towitoko

View Directory Listing Directory Listing


Sticky Revision:

Revision 2152 - Directory Listing
Modified Wed Sep 6 20:06:58 2006 UTC (6 years, 8 months ago) by rousseau
remove trailing spaces at end of lines

Revision 2091 - Directory Listing
Modified Mon Jul 3 13:59:13 2006 UTC (6 years, 10 months ago) by rousseau
use CCID_Receive() with the new API (use NULL as chain_parameter)

Revision 1773 - Directory Listing
Modified Tue Nov 29 13:43:40 2005 UTC (7 years, 5 months ago) by rousseau
add support of non-ISO TA1=0x97 (Di=7 is/was RFU)

Revision 1771 - Directory Listing
Modified Tue Nov 29 12:21:00 2005 UTC (7 years, 5 months ago) by rousseau
remove PCSC/ from the pcsc-lite #include header files since the PCSC/
part is already given by `pkg-config --cflags libpcsclite`

Revision 1619 - Directory Listing
Modified Tue Aug 16 06:50:18 2005 UTC (7 years, 9 months ago) by rousseau
removed since we use SVN and not CVS anymore

Thanks to Martin Paljak for the idea

Revision 1406 - Directory Listing
Modified Thu Mar 17 10:14:20 2005 UTC (8 years, 2 months ago) by rousseau
ATR_GetDefaultProtocol(): the message "no default protocol found in ATR.
Using T=0" is not CRITICAL but INFO only

Revision 1368 - Directory Listing
Modified Mon Feb 28 09:35:56 2005 UTC (8 years, 2 months ago) by rousseau
use ATR_t instead of ATR

Revision 1367 - Directory Listing
Modified Mon Feb 28 09:34:20 2005 UTC (8 years, 2 months ago) by rousseau
rename ATR struct to ATR_t do not conflict with ATR field defined by
PCSC/ifdhandler.h.
This allows compilation using tcc (Tiny C Compiler)

Revision 1286 - Directory Listing
Modified Tue Oct 19 07:22:07 2004 UTC (8 years, 7 months ago) by rousseau
Add support of character level communication (CCID_CLASS_CHARACTER).

Thanks to Jeffrey Dai

Revision 1139 - Directory Listing
Modified Wed Aug 4 19:43:03 2004 UTC (8 years, 9 months ago) by rousseau
typo: Receivig -> Receiving

Revision 1138 - Directory Listing
Modified Wed Aug 4 19:42:18 2004 UTC (8 years, 9 months ago) by rousseau
PPS_Exchange(): do not recalculate the PPS length from the received PPS
but take it from the number of bytes actually received (it may not be
a PPS)

Revision 1065 - Directory Listing
Modified Thu Jul 15 08:30:24 2004 UTC (8 years, 10 months ago) by rousseau
atr tables are internal only so declare them static

Revision 1010 - Directory Listing
Modified Wed Jun 30 14:41:18 2004 UTC (8 years, 10 months ago) by rousseau
LGPL licence

Revision 1008 - Directory Listing
Modified Wed Jun 30 14:05:38 2004 UTC (8 years, 10 months ago) by rousseau
PPS_Match() was wrong when the confirmation is shorter than the request

Revision 1007 - Directory Listing
Modified Wed Jun 30 14:02:54 2004 UTC (8 years, 10 months ago) by rousseau
PPS_Exchange() has a new argument (unsigned char *pps1) which is the
PPS1 returned by the card (TA1 the card wants to use)

Revision 1006 - Directory Listing
Modified Wed Jun 30 14:00:19 2004 UTC (8 years, 10 months ago) by rousseau
CCID_Transmit() now uses a 4th argument (unsigned char bBWI)

Revision 1005 - Directory Listing
Modified Wed Jun 30 13:57:33 2004 UTC (8 years, 10 months ago) by rousseau
move macros PPS_HAS_PPS?() from pps.c to pps.h

Revision 1004 - Directory Listing
Modified Wed Jun 30 13:54:57 2004 UTC (8 years, 10 months ago) by rousseau
add ATR_GetDefaultProtocol() function

Revision 1003 - Directory Listing
Modified Wed Jun 30 13:53:41 2004 UTC (8 years, 10 months ago) by rousseau
remove unused functions

Revision 1002 - Directory Listing
Modified Wed Jun 30 13:51:23 2004 UTC (8 years, 10 months ago) by rousseau
the atr_f_table[] and atr_d_table[] tables were partly wrong

Revision 1001 - Directory Listing
Modified Wed Jun 30 13:49:38 2004 UTC (8 years, 10 months ago) by rousseau
- update the text
- the function ATR_GetDefaultProtocol() is mine (Ludovic Rousseau)

Revision 1000 - Directory Listing
Modified Wed Jun 30 13:46:45 2004 UTC (8 years, 10 months ago) by rousseau
remove MIN() and MAX() definitions

Revision 987 - Directory Listing
Modified Wed Jun 30 09:40:21 2004 UTC (8 years, 10 months ago) by rousseau
remove these files since I now use the T=1 TPDU code from OpenCT

Revision 892 - Directory Listing
Modified Mon May 24 12:58:43 2004 UTC (9 years ago) by rousseau
recompile using gcc -pedantic and correct:
- some C++ syntax comments
- many signedness "problems"

Revision 877 - Directory Listing
Modified Mon May 17 14:35:51 2004 UTC (9 years ago) by rousseau
reorganize header files

Revision 837 - Directory Listing
Modified Fri May 7 12:20:18 2004 UTC (9 years ago) by rousseau
in Protocol_T1_Negociate_IFSD() rename sblock in block since the same
variable is used for sent and received block.
This was not clear and was the source of reported bug [ #300707 ]
"Delete block before using it in t1_protocol.c" which is not a bug in fact.

Revision 695 - Directory Listing
Modified Thu Feb 12 16:11:08 2004 UTC (9 years, 3 months ago) by rousseau
return with a error if the received bloc in less than 4 bytes (T=0
error response for example)

Revision 690 - Directory Listing
Modified Wed Feb 11 14:36:05 2004 UTC (9 years, 3 months ago) by rousseau
add return code tests in Protocol_T1_Negociate_IFSD()

Revision 689 - Directory Listing
Modified Wed Feb 11 14:33:04 2004 UTC (9 years, 3 months ago) by rousseau
PPS_Exchange() now uses 'int lun' instead of 'Protocol_T1 * t1'

Revision 688 - Directory Listing
Modified Wed Feb 11 10:12:47 2004 UTC (9 years, 3 months ago) by rousseau
remove debug message

Revision 686 - Directory Listing
Modified Wed Feb 11 10:10:29 2004 UTC (9 years, 3 months ago) by rousseau
add Protocol_T1_Negociate_IFSD()

Revision 670 - Directory Listing
Modified Tue Feb 3 15:42:24 2004 UTC (9 years, 3 months ago) by rousseau
use my own debug routines

Revision 668 - Directory Listing
Modified Mon Feb 2 15:45:14 2004 UTC (9 years, 3 months ago) by rousseau
do not restrict ifsc to Towitoko

Revision 667 - Directory Listing
Modified Mon Feb 2 15:44:08 2004 UTC (9 years, 3 months ago) by rousseau
remove PPS hack

Revision 652 - Directory Listing
Modified Tue Jan 27 13:45:41 2004 UTC (9 years, 3 months ago) by rousseau
ignore some build files

Revision 640 - Directory Listing
Modified Thu Jan 22 13:59:24 2004 UTC (9 years, 4 months ago) by rousseau
removed since rules for src/protocol_t1/ files are in src/Makefile.am

Revision 620 - Directory Listing
Modified Thu Jan 15 15:41:31 2004 UTC (9 years, 4 months ago) by rousseau
define APDU_Cmd and APDU_Rsp

Revision 619 - Directory Listing
Added Thu Jan 15 14:34:21 2004 UTC (9 years, 4 months ago) by rousseau
new files from Carlos Prados towitoko-2.0.7 driver (with a bit of hacking)

  ViewVC Help
Powered by ViewVC 1.1.5