Hi Sjur, > diff --git a/plugins/ste.c b/plugins/ste.c > index f3ae0b2..ab48e18 100644 > --- a/plugins/ste.c > +++ b/plugins/ste.c > @@ -54,6 +54,7 @@ > #include > #include > #include > +#include > #include > > #include > @@ -241,6 +242,7 @@ static void ste_post_sim(struct ofono_modem *modem) > > gprs = ofono_gprs_create(modem, > OFONO_VENDOR_STE, "atmodem", data->chat); > + ofono_stk_create(modem, 0, "stemodem", data->chat); > gc = ofono_gprs_context_create(modem, 0, "stemodem", data->chat); > > if (gprs && gc) If this is indeed just a copy of the mbm driver, can't you simply do this part and use ofono_stk_create(modem, 0, "mbmmodem", data->chat) ? It seems wasteful to copy parts around. Regards, -Denis