From 44b4b432d85e66bc612cba397ffa14c892128903 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 7 Mar 2022 00:58:45 +0100 Subject: [PATCH] Removing LCD layout. Signed-off-by: Pol Henarejos --- ccid.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ccid.h b/ccid.h index 2feade2..cde954b 100644 --- a/ccid.h +++ b/ccid.h @@ -35,9 +35,12 @@ static const class_desc_ccid_t desc_ccid = { .dwMaxCCIDMessageLength = (CCID_EXT_APDU_MAX), .bClassGetResponse = 0xFF, .bclassEnvelope = 0xFF, - .wLcdLayout = ( + .wLcdLayout = 0x0, + /* + ( 0xFF00| // Number of lines for the LCD display 0x00FF), // Number of characters per line + */ .bPINSupport = 0x0, /* 0x1| // PIN Verification supported