[Pcsclite-cvs-commit] PCSC/src hotplug_linux.c,1.21,1.22

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Mon, 19 Jan 2004 11:24:07 +0100


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv18764/src

Modified Files:
	hotplug_linux.c 
Log Message:
Add an empty parameter for deviceName to allow the compilation.

Index: hotplug_linux.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_linux.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- hotplug_linux.c	21 Oct 2003 20:47:22 -0000	1.21
+++ hotplug_linux.c	19 Jan 2004 10:24:05 -0000	1.22
@@ -368,8 +368,9 @@
 
 LONG HPAddHotPluggable(int i, unsigned long usbAddr)
 {
+	/* NOTE: The deviceName is empy string as soon as someone implements the function to get it */
 	RFAddReader(bundleTracker[i].readerName, PCSCLITE_HP_BASE_PORT + usbAddr,
-		bundleTracker[i].libraryPath);
+		bundleTracker[i].libraryPath, "");
 
 	return 1;
 }	/* End of function */