Open Source Telephony
 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; 10+ 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] 10+ messages in thread
* [PATCH 0/4] Add a driver for Quectel UC15 modules
@ 2014-06-24 10:08 Philip Paeps
  2014-06-24 10:08 ` [PATCH 1/4] atmodem: add vendor Quectel Philip Paeps
  0 siblings, 1 reply; 10+ messages in thread
From: Philip Paeps @ 2014-06-24 10:08 UTC (permalink / raw)
  To: ofono

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

Not very exciting as drivers go. :)

Philip Paeps (4):
  atmodem: add vendor Quectel
  udevng: add setup logic for Quectel UC15 modules
  plugins: add a new driver for Quectel UC15 modules
  sim: query Quectel UC15 PIN retries with AT+QPINQ

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

-- 
1.7.10.4


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

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

Thread overview: 10+ 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
  -- strict thread matches above, loose matches on Subject: below --
2014-06-24 10:08 [PATCH 0/4] Add a driver for Quectel UC15 modules Philip Paeps
2014-06-24 10:08 ` [PATCH 1/4] atmodem: add vendor Quectel Philip Paeps

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