summaryrefslogtreecommitdiffstats
path: root/src/stk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stk.c')
-rw-r--r--src/stk.c2
1 files changed, 2 insertions, 0 deletions
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;
}