[Pcsclite-cvs-commit] r2611 - trunk/PCSC/src

rousseau at alioth.debian.org rousseau at alioth.debian.org
Wed Aug 8 14:35:57 UTC 2007


Author: rousseau
Date: 2007-08-08 14:35:57 +0000 (Wed, 08 Aug 2007)
New Revision: 2611

Modified:
   trunk/PCSC/src/hotplug_libusb.c
Log:
HPEstablishUSBNotifications(): make the log message more explicit when
the driver does not support IFD_GENERATE_HOTPLUG (it is not an error)


Modified: trunk/PCSC/src/hotplug_libusb.c
===================================================================
--- trunk/PCSC/src/hotplug_libusb.c	2007-08-03 20:12:08 UTC (rev 2610)
+++ trunk/PCSC/src/hotplug_libusb.c	2007-08-08 14:35:57 UTC (rev 2611)
@@ -398,7 +398,7 @@
 			if ((driverTracker[i].ifdCapabilities & IFD_GENERATE_HOTPLUG) == 0)
 			{
 				Log2(PCSC_LOG_INFO,
-					"Driver %s does not support IFD_GENERATE_HOTPLUG",
+					"Driver %s does not support IFD_GENERATE_HOTPLUG. Using active polling instead.",
 					driverTracker[i].bundleName);
 				if (HPForceReaderPolling < 1)
 					HPForceReaderPolling = 1;




More information about the Pcsclite-cvs-commit mailing list