From: Piotr Haber <gluedig@gmail.com>
To: ofono@ofono.org
Subject: [PATCH 0/3] support Telit LE910 V2 modem
Date: Fri, 27 Jan 2017 10:54:21 +0100 [thread overview]
Message-ID: <20170127095424.19685-1-gluedig@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
Introduce CDC-NCM driver for Telit modems.
Handle initialization of LE910V2 via udev.
Add model/variant recognition and setup.
Piotr Haber (3):
telitmodem: support for CDC-NCM network adapter
udevng: setup of Telit LE910V2
xe910: support for Telit LE910V2 modem
Makefile.am | 3 +-
drivers/telitmodem/gprs-context-ncm.c | 485 ++++++++++++++++++++++++++++++++++
drivers/telitmodem/telitmodem.c | 2 +
drivers/telitmodem/telitmodem.h | 2 +
plugins/udevng.c | 14 +-
plugins/xe910.c | 16 +-
6 files changed, 516 insertions(+), 6 deletions(-)
create mode 100644 drivers/telitmodem/gprs-context-ncm.c
--
2.11.0
next reply other threads:[~2017-01-27 9:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-27 9:54 Piotr Haber [this message]
2017-01-27 9:54 ` [PATCH 1/3] telitmodem: support for CDC-NCM network adapter Piotr Haber
2017-01-28 2:36 ` Denis Kenzior
2017-01-27 9:54 ` [PATCH 2/3] udevng: setup of Telit LE910V2 Piotr Haber
2017-01-28 2:30 ` Denis Kenzior
2017-01-27 9:54 ` [PATCH 3/3] xe910: support for Telit LE910V2 modem Piotr Haber
2017-01-28 2:37 ` 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=20170127095424.19685-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 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.