laforge has submitted this change and it was merged. (
https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15754 )
Change subject: ccid_main_functionfs: Set "TPDU level" of exchange, not
character
......................................................................
ccid_main_functionfs: Set "TPDU level" of exchange, not character
Change-Id: I3d16a83c93bc2d4c6a06d0fb585d496a0b5ff132
---
M ccid_host/ccid_main_functionfs.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/ccid_host/ccid_main_functionfs.c b/ccid_host/ccid_main_functionfs.c
index d45a936..8e95c73 100644
--- a/ccid_host/ccid_main_functionfs.c
+++ b/ccid_host/ccid_main_functionfs.c
@@ -75,7 +75,7 @@
.dwMaxIFSD = cpu_to_le32(0),
.dwSynchProtocols = cpu_to_le32(0),
.dwMechanical = cpu_to_le32(0),
- .dwFeatures = cpu_to_le32(0x10),
+ .dwFeatures = cpu_to_le32(0x00010010),
.dwMaxCCIDMessageLength = 272,
.bClassGetResponse = 0xff,
.bClassEnvelope = 0xff,
--
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15754
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-Change-Id: I3d16a83c93bc2d4c6a06d0fb585d496a0b5ff132
Gerrit-Change-Number: 15754
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged