[Pcsclite-cvs-commit] r2468 - trunk/Drivers/ccid/src

Ludovic Rousseau rousseau at alioth.debian.org
Thu Mar 8 11:19:43 CET 2007


Author: rousseau
Date: 2007-03-08 10:19:43 +0000 (Thu, 08 Mar 2007)
New Revision: 2468

Modified:
   trunk/Drivers/ccid/src/parse.c
Log:
bit 0x000800 of dwFeatures is undocumented but used by ICCD?


Modified: trunk/Drivers/ccid/src/parse.c
===================================================================
--- trunk/Drivers/ccid/src/parse.c	2007-03-06 17:26:31 UTC (rev 2467)
+++ trunk/Drivers/ccid/src/parse.c	2007-03-08 10:19:43 UTC (rev 2468)
@@ -396,6 +396,8 @@
 		printf("   ..02.. NAD value other than 00 accepted (T=1)\n");
 	if (extra[41] & 0x04)
 		printf("   ..04.. Automatic IFSD exchange as first exchange (T=1)\n");
+	if (extra[41] & 0x08)
+		printf("   ..08.. Unknown (ICCD?)\n");
 	switch (extra[42] & 0x07)
 	{
 		case 0x00:




More information about the Pcsclite-cvs-commit mailing list