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

Ludovic Rousseau rousseau at alioth.debian.org
Wed Nov 29 11:37:43 CET 2006


Author: rousseau
Date: 2006-11-29 11:37:43 +0100 (Wed, 29 Nov 2006)
New Revision: 2241

Modified:
   trunk/PCSC/src/hotplug_libusb.c
Log:
HPRescanUsbBus(): replace .driver by .fullName also for *BSD systems


Modified: trunk/PCSC/src/hotplug_libusb.c
===================================================================
--- trunk/PCSC/src/hotplug_libusb.c	2006-11-29 10:31:11 UTC (rev 2240)
+++ trunk/PCSC/src/hotplug_libusb.c	2006-11-29 10:37:43 UTC (rev 2241)
@@ -303,7 +303,7 @@
 		 *	check for this explicitly.
 		 */
 		if (readerTracker[i].status == READER_PRESENT ||
-			 readerTracker[i].driver == NULL)
+			 readerTracker[i].fullName == NULL)
 			continue;
 
 		sscanf(readerTracker[i].bus_device, "%*[^:]%*[:]%s", filename);




More information about the Pcsclite-cvs-commit mailing list