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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Sep 1 08:20:08 UTC 2008


Author: rousseau
Date: Mon Sep  1 08:20:04 2008
New Revision: 3105

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3105
Log:
ccid_open_hack(): GEMPCPINPAD: add a sleep(1) before sending the load
strings command to let the reader initialise itself

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

Modified: trunk/Drivers/ccid/src/ccid.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ccid.c?rev=3105&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ccid.c (original)
+++ trunk/Drivers/ccid/src/ccid.c Mon Sep  1 08:20:04 2008
@@ -222,6 +222,7 @@
 						cmd[offset++] = ' ';
 				}
 
+				sleep(1);
 				if (IFD_SUCCESS == CmdEscape(reader_index, cmd, sizeof(cmd), res, &length_res))
 				{
 					DEBUG_COMM("l10n string loaded successfully");




More information about the Pcsclite-cvs-commit mailing list