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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri May 11 16:30:27 UTC 2012


Author: rousseau
Date: Fri May 11 16:30:26 2012
New Revision: 6292

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6292
Log:
OpenUSBByName(): log the Info.plist used

On Mac OS X the CCID driver may be installed many times with different
names using --enable-bundle=...

With the Info.plist file name displayed it is possible to check the
correct Info.plist is used.

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

Modified: trunk/Drivers/ccid/src/ccid_usb.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ccid_usb.c?rev=6292&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ccid_usb.c (original)
+++ trunk/Drivers/ccid/src/ccid_usb.c Fri May 11 16:30:26 2012
@@ -225,6 +225,7 @@
 	/* Info.plist full patch filename */
 	(void)snprintf(infofile, sizeof(infofile), "%s/%s/Contents/Info.plist",
 		PCSCLITE_HP_DROPDIR, BUNDLE);
+	DEBUG_INFO2("Using: %s", infofile);
 
 	rv = bundleParse(infofile, &plist);
 	if (rv)




More information about the Pcsclite-cvs-commit mailing list