[Pcsclite-cvs-commit] r4903 - /trunk/PCSC/src/hotplug_libusb.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Apr 29 09:39:29 UTC 2010


Author: rousseau
Date: Thu Apr 29 09:39:27 2010
New Revision: 4903

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4903
Log:
HPEstablishUSBNotifications(): do not call RFReCheckReaderConf if
USE_SERIAL is defined. The function is not defined in this case.

Modified:
    trunk/PCSC/src/hotplug_libusb.c

Modified: trunk/PCSC/src/hotplug_libusb.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/hotplug_libusb.c?rev=4903&op=diff
==============================================================================
--- trunk/PCSC/src/hotplug_libusb.c (original)
+++ trunk/PCSC/src/hotplug_libusb.c Thu Apr 29 09:39:27 2010
@@ -434,7 +434,9 @@
 		{
 			Log1(PCSC_LOG_INFO, "Reload serial configuration");
 			HPRescanUsbBus();
+#ifdef USE_SERIAL
 			RFReCheckReaderConf();
+#endif
 			Log1(PCSC_LOG_INFO, "End reload serial configuration");
 		}
 		close(rescan_pipe[0]);




More information about the Pcsclite-cvs-commit mailing list