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

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sun Mar 23 12:00:58 UTC 2014


Author: rousseau
Date: 2014-03-23 12:00:57 +0000 (Sun, 23 Mar 2014)
New Revision: 6876

Modified:
   trunk/Drivers/ccid/src/ccid_ifdhandler.h
Log:
Add DRIVER_OPTION_DISABLE_PIN_RETRIES definition

This is a missing for revision 6875


Modified: trunk/Drivers/ccid/src/ccid_ifdhandler.h
===================================================================
--- trunk/Drivers/ccid/src/ccid_ifdhandler.h	2014-03-22 17:38:22 UTC (rev 6875)
+++ trunk/Drivers/ccid/src/ccid_ifdhandler.h	2014-03-23 12:00:57 UTC (rev 6876)
@@ -42,6 +42,7 @@
 #define DRIVER_OPTION_GEMPC_TWIN_KEY_APDU 2
 #define DRIVER_OPTION_USE_BOGUS_FIRMWARE 4
 #define DRIVER_OPTION_RESET_ON_CLOSE 8
+#define DRIVER_OPTION_DISABLE_PIN_RETRIES (1 << 6)
 
 extern int DriverOptions;
 




More information about the Pcsclite-cvs-commit mailing list