[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau@free.fr
Thu, 26 May 2005 14:50:13 +0000


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv21596

Modified Files:
	hotplug_linux.c 
Log Message:
define an empty HPReCheckSerialReaders()


--- /cvsroot/pcsclite/PCSC/src/hotplug_linux.c	2005/05/26 14:49:50	1.34
+++ /cvsroot/pcsclite/PCSC/src/hotplug_linux.c	2005/05/26 14:50:13	1.35
@@ -8,7 +8,7 @@
  * The USB code was based partly on Johannes Erdfelt
  * libusb code found at libusb.sourceforge.net
  *
- * $Id: hotplug_linux.c,v 1.34 2005/05/26 14:49:50 rousseau Exp $
+ * $Id: hotplug_linux.c,v 1.35 2005/05/26 14:50:13 rousseau Exp $
  */
 
 /**
@@ -417,4 +417,8 @@
 	return 0;
 }
 
+void HPReCheckSerialReaders(void)
+{
+}
+
 #endif	/* __linux__ && !HAVE_LIBUSB */