[Pcsclite-cvs-commit] r4926 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 7 12:30:27 UTC 2010


Author: rousseau
Date: Fri May  7 12:30:24 2010
New Revision: 4926

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4926
Log:
IFDHControl(): The Covadis Véga-Alpha share the same firmware with the
Gemalto PC Pinpad V1

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=4926&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Fri May  7 12:30:24 2010
@@ -1430,7 +1430,9 @@
 		}
 
 		/* Gemalto PC Pinpad V1 */
-		if (GEMPCPINPAD == ccid_descriptor -> readerID)
+		if ((GEMPCPINPAD == ccid_descriptor -> readerID)
+			/* Covadis Véga-Alpha */
+			|| (VEGAALPHA == ccid_descriptor->readerID))
 		{
 			/* bMinPINSize */
 			RxBuffer[p++] = PCSCv2_PART10_PROPERTY_bMinPINSize;




More information about the Pcsclite-cvs-commit mailing list