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

Ludovic Rousseau rousseau at costa.debian.org
Wed May 10 20:53:49 UTC 2006


Author: rousseau
Date: 2006-05-10 20:53:49 +0000 (Wed, 10 May 2006)
New Revision: 2041

Modified:
   trunk/Drivers/ccid/src/ccid.h
Log:
correct a typo in a comment


Modified: trunk/Drivers/ccid/src/ccid.h
===================================================================
--- trunk/Drivers/ccid/src/ccid.h	2006-05-09 19:27:01 UTC (rev 2040)
+++ trunk/Drivers/ccid/src/ccid.h	2006-05-10 20:53:49 UTC (rev 2041)
@@ -112,7 +112,7 @@
 /* See CCID specs ch. 4.2.1 */
 #define CCID_ICC_PRESENT_ACTIVE		0x00	/* 00 0000 00 */
 #define CCID_ICC_PRESENT_INACTIVE	0x01	/* 00 0000 01 */
-#define CCID_ICC_ABSENT				0x02	/* 00 0000 20 */
+#define CCID_ICC_ABSENT				0x02	/* 00 0000 10 */
 #define CCID_ICC_STATUS_MASK		0x03	/* 00 0000 11 */
 
 #define CCID_COMMAND_FAILED			0x40	/* 01 0000 00 */




More information about the Pcsclite-cvs-commit mailing list