All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] plugins/ril: enable cbs
@ 2016-05-18  2:46 caiwen.zhang
  2016-05-19 15:30 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: caiwen.zhang @ 2016-05-18  2:46 UTC (permalink / raw)
  To: ofono

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

From: Caiwen Zhang <caiwen.zhang@intel.com>

---
 plugins/ril.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/ril.c b/plugins/ril.c
index 2ea3fb5..a98646c 100644
--- a/plugins/ril.c
+++ b/plugins/ril.c
@@ -239,6 +239,7 @@ void ril_post_online(struct ofono_modem *modem)
 	struct ofono_gprs *gprs;
 	struct ofono_gprs_context *gc;
 
+	ofono_cbs_create(modem, rd->vendor, RILMODEM, rd->ril);
 	ofono_netreg_create(modem, rd->vendor, RILMODEM, rd->ril);
 	ofono_ussd_create(modem, rd->vendor, RILMODEM, rd->ril);
 	ofono_call_settings_create(modem, rd->vendor, RILMODEM, rd->ril);
-- 
2.7.4


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

end of thread, other threads:[~2016-05-19 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-18  2:46 [PATCH] plugins/ril: enable cbs caiwen.zhang
2016-05-19 15:30 ` 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.