Open Source Telephony
 help / color / mirror / Atom feed
* [PATCH] telit: add support for UE866
@ 2017-02-02 14:10 Piotr Haber
  2017-02-02 17:59 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Haber @ 2017-02-02 14:10 UTC (permalink / raw)
  To: ofono

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

---
 plugins/telit.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plugins/telit.c b/plugins/telit.c
index 742e06c0..4ba8e483 100644
--- a/plugins/telit.c
+++ b/plugins/telit.c
@@ -67,6 +67,7 @@ enum modem_model {
 	UE910,
 	LE910,
 	UC864,
+	UE866,
 };
 
 static struct {
@@ -90,6 +91,7 @@ static struct {
 	{ UC864,	NULL,	TRUE,	FALSE },
 	{ UC864,	"G",	TRUE,	TRUE },
 	{ UC864,	"WD",	FALSE,	FALSE },
+	{ UE866,	NULL,	FALSE,	FALSE },
 	{ }
 };
 
@@ -307,6 +309,8 @@ static gboolean find_model_variant(struct ofono_modem *modem,
 		data->model = LE910;
 	else if (g_str_equal(model, "UC864"))
 		data->model = UC864;
+	else if (g_str_equal(model, "UE866"))
+		data->model = UE866;
 	else
 		return FALSE;
 
-- 
2.11.0


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

* Re: [PATCH] telit: add support for UE866
  2017-02-02 14:10 [PATCH] telit: add support for UE866 Piotr Haber
@ 2017-02-02 17:59 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2017-02-02 17:59 UTC (permalink / raw)
  To: ofono

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

Hi Piotr,

On 02/02/2017 08:10 AM, Piotr Haber wrote:
> ---
>  plugins/telit.c | 4 ++++
>  1 file changed, 4 insertions(+)
>

Applied, thanks.

Regards,
-Denis


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

end of thread, other threads:[~2017-02-02 17:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-02 14:10 [PATCH] telit: add support for UE866 Piotr Haber
2017-02-02 17:59 ` Denis Kenzior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox