Change in ...osmo-ccid-firmware[master]: ccid_slot_fsm: Tell FSM when we assert the RST line

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
Thu Oct 10 13:01:28 UTC 2019


laforge has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15751 )

Change subject: ccid_slot_fsm: Tell FSM when we assert the RST line
......................................................................

ccid_slot_fsm: Tell FSM when we assert the RST line

Change-Id: I7e86e026be0f1976ec53235fbf9824d935f0685a
---
M ccid_common/ccid_slot_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/ccid_common/ccid_slot_fsm.c b/ccid_common/ccid_slot_fsm.c
index 06c14f1..ce59474 100644
--- a/ccid_common/ccid_slot_fsm.c
+++ b/ccid_common/ccid_slot_fsm.c
@@ -68,6 +68,7 @@
 
 	/* FIXME: do this via a FSM? */
 	card_uart_ctrl(ss->cuart, CUART_CTL_RST, true);
+	osmo_fsm_inst_dispatch(ss->fi, ISO7816_E_RESET_ACT_IND, NULL);
 	card_uart_ctrl(ss->cuart, CUART_CTL_POWER, true);
 	osmo_fsm_inst_dispatch(ss->fi, ISO7816_E_POWER_UP_IND, NULL);
 	cs->icc_powered = true;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ccid-firmware/+/15751
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: I7e86e026be0f1976ec53235fbf9824d935f0685a
Gerrit-Change-Number: 15751
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
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/20191010/0c82a8b7/attachment.htm>


More information about the gerrit-log mailing list