[Pcsclite-cvs-commit] Drivers/ccid/src ccid.h,1.8,1.9

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv928/src

Modified Files:
	ccid.h 
Log Message:
add bMaxSlotIndex and bCurrentSlotIndex fields to support multislot
readers (one USB device with two or more card readers)


Index: ccid.h
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ccid.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ccid.h	9 Jul 2004 07:10:17 -0000	1.8
+++ ccid.h	21 Jul 2004 08:55:31 -0000	1.9
@@ -63,6 +63,16 @@
 	 */
 	int dwMaxDataRate;
 
+	/*
+	 * Number of available slots
+	 */
+	char bMaxSlotIndex;
+
+	/*
+	 * Slot in use
+	 */
+	char bCurrentSlotIndex;
+
 } _ccid_descriptor;
 
 /* Features from dwFeatures */