[Pcsclite-cvs-commit] r2714 - /trunk/PCSC/src/eventhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Dec 13 21:37:00 UTC 2007


Author: rousseau
Date: Thu Dec 13 21:36:59 2007
New Revision: 2714

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2714
Log:
EHStatusHandlerThread(): remove an unneeded SYS_USleep() before powering
a card when its presence is detected.

Thanks to Sean Michael Wykes for the patch

Modified:
    trunk/PCSC/src/eventhandler.c

Modified: trunk/PCSC/src/eventhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/eventhandler.c?rev=2714&op=diff
==============================================================================
--- trunk/PCSC/src/eventhandler.c (original)
+++ trunk/PCSC/src/eventhandler.c Thu Dec 13 21:36:59 2007
@@ -393,7 +393,6 @@
 				/*
 				 * Power and reset the card
 				 */
-				SYS_USleep(PCSCLITE_STATUS_WAIT);
 				dwAtrLen = MAX_ATR_SIZE;
 				rv = IFDPowerICC(rContext, IFD_POWER_UP,
 					rContext->readerState->cardAtr,




More information about the Pcsclite-cvs-commit mailing list