* [PATCH] sofia3gr: Enable vendor type in SMS driver
@ 2016-03-22 10:48 Samrat Guha Niyogi
2016-03-22 15:33 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Samrat Guha Niyogi @ 2016-03-22 10:48 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 702 bytes --]
From: Anirudh Gargi <anirudh.gargi@intel.com>
---
plugins/ril_sofia3gr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/ril_sofia3gr.c b/plugins/ril_sofia3gr.c
index 0d4a204..ac60f7f 100644
--- a/plugins/ril_sofia3gr.c
+++ b/plugins/ril_sofia3gr.c
@@ -152,7 +152,7 @@ static void ril_post_sim(struct ofono_modem *modem)
struct ofono_gprs *gprs;
struct ofono_gprs_context *gc;
- ofono_sms_create(modem, 0, "rilmodem", rd->ril);
+ ofono_sms_create(modem, OFONO_RIL_VENDOR_IMC_SOFIA3GR, "rilmodem", rd->ril);
gprs = ofono_gprs_create(modem, 0, "rilmodem", rd->ril);
gc = ofono_gprs_context_create(modem, 0, "rilmodem", rd->ril);
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] sofia3gr: Enable vendor type in SMS driver
2016-03-22 10:48 [PATCH] sofia3gr: Enable vendor type in SMS driver Samrat Guha Niyogi
@ 2016-03-22 15:33 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2016-03-22 15:33 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 253 bytes --]
Hi Anirudh,
On 03/22/2016 05:48 AM, Samrat Guha Niyogi wrote:
> From: Anirudh Gargi <anirudh.gargi@intel.com>
>
> ---
> plugins/ril_sofia3gr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-22 15:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 10:48 [PATCH] sofia3gr: Enable vendor type in SMS driver Samrat Guha Niyogi
2016-03-22 15:33 ` 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.