From c8c8116db4feddfef5ea4395064ad363311ded65 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Tue, 17 Aug 2010 17:37:02 +0200 Subject: stk: Update agent_called with GetInkey & GetInput --- src/stk.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/stk.c b/src/stk.c index ffd03c21..ce71075e 100644 --- a/src/stk.c +++ b/src/stk.c @@ -436,6 +436,8 @@ static gboolean agent_called(struct ofono_stk *stk) switch (stk->pending_cmd->type) { case STK_COMMAND_TYPE_SELECT_ITEM: case STK_COMMAND_TYPE_DISPLAY_TEXT: + case STK_COMMAND_TYPE_GET_INPUT: + case STK_COMMAND_TYPE_GET_INKEY: return TRUE; } -- cgit v1.2.3