[Pcsclite-cvs-commit] PCSC/src hotplug_linux.c,1.22,1.23 hotplug_macosx.c,1.17,1.18

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 20 Jan 2004 08:09:32 +0100


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

Modified Files:
	hotplug_linux.c hotplug_macosx.c 
Log Message:
correct comment about empty deviceName argument


Index: hotplug_linux.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_linux.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- hotplug_linux.c	19 Jan 2004 10:24:05 -0000	1.22
+++ hotplug_linux.c	20 Jan 2004 07:09:30 -0000	1.23
@@ -368,7 +368,8 @@
 
 LONG HPAddHotPluggable(int i, unsigned long usbAddr)
 {
-	/* NOTE: The deviceName is empy string as soon as someone implements the function to get it */
+	/* NOTE: The deviceName is an empty string "" until someone implements
+	 * the code to get it */
 	RFAddReader(bundleTracker[i].readerName, PCSCLITE_HP_BASE_PORT + usbAddr,
 		bundleTracker[i].libraryPath, "");
 

Index: hotplug_macosx.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/hotplug_macosx.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- hotplug_macosx.c	19 Jan 2004 10:24:40 -0000	1.17
+++ hotplug_macosx.c	20 Jan 2004 07:09:30 -0000	1.18
@@ -735,7 +735,8 @@
 		}
 		if (!found)
 		{
-			/* NOTE: The deviceName is empy string as soon as someone implements the function to get it */
+			/* NOTE: The deviceName is an empty string "" until someone
+			 * implements the code to get it */
 			RFAddReader(a->m_driver->m_friendlyName,
 				PCSCLITE_HP_BASE_PORT + a->m_address, a->m_driver->m_libPath, "");
 		}