[Pcsclite-cvs-commit] r3292 - in /trunk/Drivers/ccid/src: ifdhandler.c openct/proto-t1.c openct/proto-t1.h

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Jan 26 13:02:59 UTC 2009


Author: rousseau
Date: Mon Jan 26 13:02:58 2009
New Revision: 3292

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3292
Log:
rename t1_negociate_ifsd() in t1_negotiate_ifsd() to be in sync with
OpenCT

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c
    trunk/Drivers/ccid/src/openct/proto-t1.c
    trunk/Drivers/ccid/src/openct/proto-t1.h

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=3292&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Mon Jan 26 13:02:58 2009
@@ -912,7 +912,7 @@
 		if (! (ccid_desc->dwFeatures & CCID_CLASS_AUTO_IFSD))
 		{
 			DEBUG_COMM2("Negociate IFSD at %d", ccid_desc -> dwMaxIFSD);
-			if (t1_negociate_ifsd(t1, 0, ccid_desc -> dwMaxIFSD) < 0)
+			if (t1_negotiate_ifsd(t1, 0, ccid_desc -> dwMaxIFSD) < 0)
 				return IFD_COMMUNICATION_ERROR;
 		}
 		(void)t1_set_param(t1, IFD_PROTOCOL_T1_IFSD, ccid_desc -> dwMaxIFSD);

Modified: trunk/Drivers/ccid/src/openct/proto-t1.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/openct/proto-t1.c?rev=3292&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/openct/proto-t1.c (original)
+++ trunk/Drivers/ccid/src/openct/proto-t1.c Mon Jan 26 13:02:58 2009
@@ -741,7 +741,7 @@
 }
 
 int
-t1_negociate_ifsd(t1_state_t *t1, unsigned int dad, int ifsd)
+t1_negotiate_ifsd(t1_state_t *t1, unsigned int dad, int ifsd)
 {
 	ct_buf_t	sbuf;
 	unsigned char sdata[T1_BUFFER_SIZE];

Modified: trunk/Drivers/ccid/src/openct/proto-t1.h
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/openct/proto-t1.h?rev=3292&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/openct/proto-t1.h (original)
+++ trunk/Drivers/ccid/src/openct/proto-t1.h Mon Jan 26 13:02:58 2009
@@ -78,7 +78,7 @@
 int t1_init(t1_state_t *t1, int lun);
 void t1_release(t1_state_t *t1);
 int t1_set_param(t1_state_t *t1, int type, long value);
-int t1_negociate_ifsd(t1_state_t *t1, unsigned int dad, int ifsd);
+int t1_negotiate_ifsd(t1_state_t *t1, unsigned int dad, int ifsd);
 unsigned int t1_build(t1_state_t *, unsigned char *,
 	unsigned char, unsigned char, ct_buf_t *, size_t *);
 




More information about the Pcsclite-cvs-commit mailing list