All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add a driver for Quectel UC15 modems
@ 2014-06-26 17:08 Philip Paeps
  2014-06-26 17:08 ` [PATCH 1/4] atmodem: add vendor Quectel Philip Paeps
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Philip Paeps @ 2014-06-26 17:08 UTC (permalink / raw)
  To: ofono

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

Changes since v1:

 o Ammended udevng probing to also catch the modem when no
   labels have been configured in udev rules.
 o Reworked the enable/retry mechanism to be a little bit less
   hackish.  Commented the rationale in quectel_enable().
 o Use prefixes to help the AT parser match queries to replies.
 o Fixed style issues and unnecessary casts.
 o Make enable() end up in CFUN=4 (powered but radio off).


Philip Paeps (4):
  atmodem: add vendor Quectel
  udevng: add detection logic for Quectel modems
  plugins: add a new driver for Quectel UC15 modems
  sim: query Quectel UC15 PIN retries with AT+QPINC?

 Makefile.am              |    3 +
 drivers/atmodem/sim.c    |   49 ++++++
 drivers/atmodem/vendor.h |    3 +-
 plugins/quectel.c        |  371 ++++++++++++++++++++++++++++++++++++++++++++++
 plugins/udevng.c         |   42 ++++++
 5 files changed, 467 insertions(+), 1 deletion(-)
 create mode 100644 plugins/quectel.c

-- 
1.7.10.4


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

end of thread, other threads:[~2014-06-30 18:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 17:08 [PATCH v2 0/4] Add a driver for Quectel UC15 modems Philip Paeps
2014-06-26 17:08 ` [PATCH 1/4] atmodem: add vendor Quectel Philip Paeps
2014-06-30 18:45   ` Denis Kenzior
2014-06-26 17:08 ` [PATCH 2/4] udevng: add detection logic for Quectel modems Philip Paeps
2014-06-30 18:46   ` Denis Kenzior
2014-06-26 17:08 ` [PATCH 3/4] plugins: add a new driver for Quectel UC15 modems Philip Paeps
2014-06-30 18:57   ` Denis Kenzior
2014-06-26 17:08 ` [PATCH 4/4] sim: query Quectel UC15 PIN retries with AT+QPINC? Philip Paeps
2014-06-30 18:46   ` 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.