[Pcsclite-cvs-commit] Drivers/ccid/src/openct proto-t1.h,1.1,1.2

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


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

Modified Files:
	proto-t1.h 
Log Message:
#define IFD_PARITY_ERROR


Index: proto-t1.h
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/openct/proto-t1.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- proto-t1.h	30 Jun 2004 09:37:08 -0000	1.1
+++ proto-t1.h	1 Jul 2004 11:37:27 -0000	1.2
@@ -37,6 +37,10 @@
 
 #define T1_BUFFER_SIZE		(3 + 254 + 2)
 
+/* see /usr/include/PCSC/ifdhandler.h for other values
+ * this one is for internal use only */
+#define IFD_PARITY_ERROR 699
+
 typedef struct {
 	int		lun;
 	int		state;