ccid_slot_fsm: Tell FSM when we assert the RST line

Change-Id: I7e86e026be0f1976ec53235fbf9824d935f0685a
diff --git a/ccid_common/ccid_slot_fsm.c b/ccid_common/ccid_slot_fsm.c
index 76279ec..34c880d 100644
--- a/ccid_common/ccid_slot_fsm.c
+++ b/ccid_common/ccid_slot_fsm.c
@@ -74,6 +74,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;