Change in osmo-ccid-firmware[master]: Revert "HACK: cuart: Artificially extend WTIME by 100ms"

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Sun Oct 18 10:37:29 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/20692 )

Change subject: Revert "HACK: cuart: Artificially extend WTIME by 100ms"
......................................................................

Revert "HACK: cuart: Artificially extend WTIME by 100ms"

This reverts commit 41177fe0849d1858e777645e44d9120aac22732f.

Change-Id: I8532465305e9fb902cf1374f9823612773400691
---
M ccid_common/cuart.c
1 file changed, 0 insertions(+), 3 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/ccid_common/cuart.c b/ccid_common/cuart.c
index ae9738b..c617754 100644
--- a/ccid_common/cuart.c
+++ b/ccid_common/cuart.c
@@ -80,9 +80,6 @@
 	/* limit lower wait time to reasonable value */
 	usecs = usecs < 300000 ? 300000 : usecs;
 
-	/* HACK: Some cards seem to take more time than specified? SO#4742 */
-	usecs += 100000;
-
 	if (usecs > 1000000) {
 		secs = usecs / 1000000;
 		usecs = usecs % 1000000;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/20692
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: I8532465305e9fb902cf1374f9823612773400691
Gerrit-Change-Number: 20692
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201018/4f4f34c6/attachment.htm>


More information about the gerrit-log mailing list