ste: Include STK support from MBM driver
authorSjur Brændeland <sjur.brandeland@stericsson.com>
Mon, 16 Aug 2010 21:12:06 +0000 (23:12 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 16 Aug 2010 21:57:58 +0000 (23:57 +0200)
plugins/ste.c

index f3ae0b2..5b34704 100644 (file)
@@ -54,6 +54,7 @@
 #include <ofono/voicecall.h>
 #include <ofono/gprs.h>
 #include <ofono/gprs-context.h>
+#include <ofono/stk.h>
 #include <drivers/atmodem/vendor.h>
 
 #include <drivers/stemodem/caif_socket.h>
@@ -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);