[Pcsclite-cvs-commit] r4410 - /trunk/Drivers/ccid/src/ifdhandler.c
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Wed Sep 30 13:47:30 UTC 2009
Author: rousseau
Date: Wed Sep 30 13:47:30 2009
New Revision: 4410
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4410
Log:
IFDHControl(): PIN_PROPERTIES_STRUCTURE structure do not have the
wLcdMaxCharacters and wLcdMaxLines fields anymore. Conform with Revision
2.02.06, April 2009 of PCSCv2 part 10.
Modified in pcsc-lite > 1.5.5 (revision 4378, 2009-09-08)
Modified:
trunk/Drivers/ccid/src/ifdhandler.c
Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=4410&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Wed Sep 30 13:47:30 2009
@@ -1323,8 +1323,6 @@
/* Only give the LCD size for now */
caps -> wLcdLayout = get_ccid_descriptor(reader_index) -> wLcdLayout;
- caps -> wLcdMaxCharacters = 0x0000;
- caps -> wLcdMaxLines = 0x0000;
caps -> bEntryValidationCondition = 0x07; /* Default */
caps -> bTimeOut2 = 0x00; /* We do not distinguish bTimeOut from TimeOut2 */
More information about the Pcsclite-cvs-commit
mailing list