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

Ludovic Rousseau rousseau at alioth.debian.org
Wed Jan 31 10:19:30 CET 2007


Author: rousseau
Date: 2007-01-31 10:19:30 +0100 (Wed, 31 Jan 2007)
New Revision: 2369

Modified:
   trunk/PCSC/src/hotplug_libusb.c
Log:
HPEstablishUSBNotifications(): USB polling was not active even if a driver
does not support IFD_GENERATE_HOTPLUG


Modified: trunk/PCSC/src/hotplug_libusb.c
===================================================================
--- trunk/PCSC/src/hotplug_libusb.c	2007-01-31 09:18:04 UTC (rev 2368)
+++ trunk/PCSC/src/hotplug_libusb.c	2007-01-31 09:19:30 UTC (rev 2369)
@@ -392,7 +392,7 @@
 				Log2(PCSC_LOG_INFO,
 					"Driver %s does not support IFD_GENERATE_HOTPLUG",
 					driverTracker[i].bundleName);
-				do_polling = TRUE;
+				HPForceReaderPolling = 1;
 				break;
 			}
 




More information about the Pcsclite-cvs-commit mailing list