[Pcsclite-cvs-commit] r3311 - /trunk/HandlerTest/Host/handler_test.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Sat Feb 7 17:08:39 UTC 2009
Author: rousseau
Date: Sat Feb 7 17:08:39 2009
New Revision: 3311
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=3311
Log:
add combi card AID
Modified:
trunk/HandlerTest/Host/handler_test.c
Modified: trunk/HandlerTest/Host/handler_test.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/HandlerTest/Host/handler_test.c?rev=3311&op=diff
==============================================================================
--- trunk/HandlerTest/Host/handler_test.c (original)
+++ trunk/HandlerTest/Host/handler_test.c Sat Feb 7 17:08:39 2009
@@ -34,6 +34,7 @@
#include "debug.h"
#undef CONTACTLESS
+#undef COMBI
#define LUN 0
#define ENV_LIBNAME "LIB"
@@ -518,7 +519,11 @@
s[7] = 0x00;
s[8] = 0x00;
s[9] = 0x18;
+#ifdef COMBI
+ s[10] = 0x50;
+#else
s[10] = 0xFF;
+#endif
dwSendLength = 11;
dwRecvLength = sizeof(r);
More information about the Pcsclite-cvs-commit
mailing list