[Pcsclite-cvs-commit] r6305 - /trunk/Drivers/ccid/src/defs.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat May 19 08:10:09 UTC 2012


Author: rousseau
Date: Sat May 19 08:10:08 2012
New Revision: 6305

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6305
Log:
Give more time (3 seconds instead of 2) to the reader to answer

The IDToken reader takes up to 2.5 seconds to answer to an
PC_to_RDR_GetSlotStatus command after the (contactless) card has been
removed.

Modified:
    trunk/Drivers/ccid/src/defs.h

Modified: trunk/Drivers/ccid/src/defs.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/defs.h?rev=6305&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/defs.h (original)
+++ trunk/Drivers/ccid/src/defs.h Sat May 19 08:10:08 2012
@@ -75,7 +75,7 @@
 #define T_1 1
 
 /* Default communication read timeout in milliseconds */
-#define DEFAULT_COM_READ_TIMEOUT (2*1000)
+#define DEFAULT_COM_READ_TIMEOUT (3*1000)
 
 /* DWORD type formating */
 #ifdef __APPLE__




More information about the Pcsclite-cvs-commit mailing list