From ce46fd322cb08622d33b9fa07940d4bf2858e24e Mon Sep 17 00:00:00 2001 From: Sjur Brændeland Date: Mon, 16 Aug 2010 23:12:06 +0200 Subject: ste: Include STK support from MBM driver --- plugins/ste.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/ste.c') diff --git a/plugins/ste.c b/plugins/ste.c index f3ae0b21..5b347047 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -54,6 +54,7 @@ #include #include #include +#include #include #include @@ -228,6 +229,7 @@ static void ste_post_sim(struct ofono_modem *modem) DBG("%p", modem); + ofono_stk_create(modem, 0, "mbmmodem", data->chat); ofono_ussd_create(modem, 0, "atmodem", data->chat); ofono_call_forwarding_create(modem, 0, "atmodem", data->chat); ofono_call_settings_create(modem, 0, "atmodem", data->chat); -- cgit v1.2.3