[Pcsclite-cvs-commit] r1712 - trunk/Drivers/ccid/examples

Ludovic Rousseau rousseau at costa.debian.org
Wed Nov 16 09:07:14 UTC 2005


Author: rousseau
Date: 2005-11-16 09:07:13 +0000 (Wed, 16 Nov 2005)
New Revision: 1712

Modified:
   trunk/Drivers/ccid/examples/scardcontrol.c
Log:
verify PIN: use 0x01 for bNumberMessage for the GemPC Pinpad


Modified: trunk/Drivers/ccid/examples/scardcontrol.c
===================================================================
--- trunk/Drivers/ccid/examples/scardcontrol.c	2005-11-16 09:06:01 UTC (rev 1711)
+++ trunk/Drivers/ccid/examples/scardcontrol.c	2005-11-16 09:07:13 UTC (rev 1712)
@@ -291,7 +291,7 @@
 	pin_verify -> bmPINLengthFormat = 0x00;
 	pin_verify -> wPINMaxExtraDigit = HOST_TO_CCID_16(0x0408); /* Min Max */
 	pin_verify -> bEntryValidationCondition = 0x02;	/* validation key pressed */
-	pin_verify -> bNumberMessage = 0x00;
+	pin_verify -> bNumberMessage = 0x01;
 	pin_verify -> wLangId = HOST_TO_CCID_16(0x0904);
 	pin_verify -> bMsgIndex = 0x00;
 	pin_verify -> bTeoPrologue[0] = 0x00;




More information about the Pcsclite-cvs-commit mailing list