[Pcsclite-cvs-commit] Drivers/ccid/src ccid.h,1.10,1.11

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


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

Modified Files:
	ccid.h 
Log Message:
add defaultFeatures field for multislot readers with different
dwFeatures for each slot.


Index: ccid.h
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ccid.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- ccid.h	21 Jul 2004 08:56:16 -0000	1.10
+++ ccid.h	21 Jul 2004 08:56:56 -0000	1.11
@@ -49,6 +49,12 @@
 	int dwFeatures;
 
 	/*
+	 * default value of dwFeatures
+	 * we need this for the SCR331-DI that has two slots with different Features
+	 */
+	int defaultFeatures;
+
+	/*
 	 * PIN support of the reader (directly from Class Descriptor)
 	 */
 	char bPINSupport;