* [PATCH 3/4] mbm: Register sim toolkit atom in mbm plugin.
@ 2010-05-12 1:22 Andrzej Zaborowski
2010-05-12 18:48 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-05-12 1:22 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
---
plugins/mbm.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/plugins/mbm.c b/plugins/mbm.c
index c67c7a5..3a87f79 100644
--- a/plugins/mbm.c
+++ b/plugins/mbm.c
@@ -37,6 +37,7 @@
#include <ofono/devinfo.h>
#include <ofono/netreg.h>
#include <ofono/sim.h>
+#include <ofono/stk.h>
#include <ofono/sms.h>
#include <ofono/cbs.h>
#include <ofono/ssn.h>
@@ -290,6 +291,7 @@ static void mbm_pre_sim(struct ofono_modem *modem)
ofono_devinfo_create(modem, 0, "atmodem", data->modem_port);
sim = ofono_sim_create(modem, 0, "atmodem", data->modem_port);
ofono_voicecall_create(modem, 0, "atmodem", data->modem_port);
+ ofono_stk_create(modem, 0, "mbmmodem", data->modem_port);
if (sim)
ofono_sim_inserted_notify(sim, TRUE);
--
1.6.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 3/4] mbm: Register sim toolkit atom in mbm plugin.
2010-05-12 1:22 [PATCH 3/4] mbm: Register sim toolkit atom in mbm plugin Andrzej Zaborowski
@ 2010-05-12 18:48 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-05-12 18:48 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
Hi Andrew,
> ---
> plugins/mbm.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-12 18:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 1:22 [PATCH 3/4] mbm: Register sim toolkit atom in mbm plugin Andrzej Zaborowski
2010-05-12 18:48 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.