From: Piotr Haber <gluedig@gmail.com>
To: ofono@ofono.org
Subject: [PATCH] telit: add support for UE866
Date: Thu, 02 Feb 2017 15:10:56 +0100 [thread overview]
Message-ID: <20170202141056.8282-1-gluedig@gmail.com> (raw)
[-- 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
next reply other threads:[~2017-02-02 14:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-02 14:10 Piotr Haber [this message]
2017-02-02 17:59 ` [PATCH] telit: add support for UE866 Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170202141056.8282-1-gluedig@gmail.com \
--to=gluedig@gmail.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox