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/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Fri Oct 16 23:38:56 UTC 2020


Hoernchen has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware refs/changes/92/20692/1

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: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201016/4dd52998/attachment.htm>


More information about the gerrit-log mailing list