[Pcsclite-cvs-commit] r1773 - trunk/Drivers/ccid/src/towitoko

Ludovic Rousseau rousseau at costa.debian.org
Tue Nov 29 13:43:41 UTC 2005


Author: rousseau
Date: 2005-11-29 13:43:40 +0000 (Tue, 29 Nov 2005)
New Revision: 1773

Modified:
   trunk/Drivers/ccid/src/towitoko/atr.c
Log:
add support of non-ISO TA1=0x97 (Di=7 is/was RFU)


Modified: trunk/Drivers/ccid/src/towitoko/atr.c
===================================================================
--- trunk/Drivers/ccid/src/towitoko/atr.c	2005-11-29 13:42:03 UTC (rev 1772)
+++ trunk/Drivers/ccid/src/towitoko/atr.c	2005-11-29 13:43:40 UTC (rev 1773)
@@ -48,7 +48,7 @@
 static unsigned 
 atr_d_table[16] = 
 { 
-  0, 1, 2, 4, 8, 16, 32, 0, 12, 20, 0, 0, 0, 0, 0, 0 
+  0, 1, 2, 4, 8, 16, 32, 64, 12, 20, 0, 0, 0, 0, 0, 0 
 };
 
 static unsigned 




More information about the Pcsclite-cvs-commit mailing list