All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sim900: Add ussd and voice call support
@ 2012-03-11  6:08 r.r.zaripov
  2012-03-14  2:31 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: r.r.zaripov @ 2012-03-11  6:08 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

From: Renat Zaripov <r.r.zaripov@gmail.com>

---
 plugins/sim900.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/plugins/sim900.c b/plugins/sim900.c
index 1589a33..496faa6 100644
--- a/plugins/sim900.c
+++ b/plugins/sim900.c
@@ -43,6 +43,7 @@
 #include <ofono/phonebook.h>
 #include <ofono/history.h>
 #include <ofono/log.h>
+#include <ofono/voicecall.h>
 
 #include <drivers/atmodem/vendor.h>
 
@@ -235,6 +236,8 @@ static void sim900_post_online(struct ofono_modem *modem)
 	DBG("%p", modem);
 
 	ofono_netreg_create(modem, OFONO_VENDOR_SIMCOM, "atmodem", data->modem);
+	ofono_ussd_create(modem, 0, "atmodem", data->modem);
+	ofono_voicecall_create(modem, 0, "atmodem", data->modem);
 }
 
 static struct ofono_modem_driver sim900_driver = {
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-14  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11  6:08 [PATCH] sim900: Add ussd and voice call support r.r.zaripov
2012-03-14  2:31 ` 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.