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

Ludovic Rousseau rousseau at alioth.debian.org
Sat Feb 17 15:56:45 CET 2007


Author: rousseau
Date: 2007-02-17 15:56:45 +0100 (Sat, 17 Feb 2007)
New Revision: 2399

Modified:
   trunk/Drivers/ccid/src/ifdhandler.c
Log:
IFDHControl(): log the Rx and Rx buffers


Modified: trunk/Drivers/ccid/src/ifdhandler.c
===================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c	2007-02-17 13:53:53 UTC (rev 2398)
+++ trunk/Drivers/ccid/src/ifdhandler.c	2007-02-17 14:56:45 UTC (rev 2399)
@@ -981,6 +981,7 @@
 	int reader_index;
 
 	DEBUG_INFO3("lun: %X, ControlCode: 0x%X", Lun, dwControlCode);
+	DEBUG_INFO_XXD("Control TxBuffer: ", TxBuffer, TxLength);
 
 	reader_index = LunToReaderIndex(Lun);
 	if ((-1 == reader_index) || (NULL == pdwBytesReturned))
@@ -1067,6 +1068,7 @@
 		*pdwBytesReturned = iBytesReturned;
 	}
 
+	DEBUG_INFO_XXD("Control RxBuffer: ", RxBuffer, *pdwBytesReturned);
 	return return_value;
 } /* IFDHControl */
 




More information about the Pcsclite-cvs-commit mailing list