From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============5170070569995642235==" MIME-Version: 1.0 From: Sjur =?unknown-8bit?q?Br=C3=A6ndeland?= Subject: [PATCH v3 1/7] plugins/ste: Include STK support from MBM driver. Date: Mon, 16 Aug 2010 22:35:43 +0200 Message-ID: <1281990950-21705-1-git-send-email-sjurbren@gmail.com> In-Reply-To: <1281966848-14553-1-git-send-email-sjur.brandeland@stericsson.com> List-Id: To: ofono@ofono.org --===============5170070569995642235== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Sjur Br=C3=A6ndeland --- Marcel Holtmann wrote: > ... The build system builds the plugins > properly and you can cross reference modem drivers from your modem > plugin without any problems. Simply refering to MBM driver from ste.c plugins/ste.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index f3ae0b2..9cb49d3 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 =3D ofono_gprs_create(modem, OFONO_VENDOR_STE, "atmodem", data->chat); + ofono_stk_create(modem, 0, "mbmmodem", data->chat); gc =3D ofono_gprs_context_create(modem, 0, "stemodem", data->chat); = if (gprs && gc) -- = 1.6.3.3 --===============5170070569995642235==--