From: Nicolas Bertrand <nicolas.bertrand@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 0/3] Speedup ussd driver
Date: Mon, 16 Apr 2012 17:10:20 +0200 [thread overview]
Message-ID: <1334589023-3633-1-git-send-email-nicolas.bertrand@linux.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 804 bytes --]
Speedup is using its own way to handle USSD strings, so the
implementation of this driver avoid some specific code in atmodem.
Nicolas Bertrand (3):
Speedup: Add speedup driver to handle USSD
Speedup: Use speedup specific driver for ussd
Makefile: Add speedup modem target
Makefile.am | 6 +
drivers/speedupmodem/speedupmodem.c | 49 ++++++++
drivers/speedupmodem/speedupmodem.h | 25 ++++
drivers/speedupmodem/ussd.c | 225 +++++++++++++++++++++++++++++++++++
plugins/speedup.c | 4 +-
5 files changed, 307 insertions(+), 2 deletions(-)
create mode 100644 drivers/speedupmodem/speedupmodem.c
create mode 100644 drivers/speedupmodem/speedupmodem.h
create mode 100644 drivers/speedupmodem/ussd.c
--
1.7.5.4
next reply other threads:[~2012-04-16 15:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-16 15:10 Nicolas Bertrand [this message]
2012-04-16 15:10 ` [PATCH 1/3] Speedup: Add speedup driver to handle USSD Nicolas Bertrand
2012-04-16 18:17 ` Denis Kenzior
2012-04-16 15:10 ` [PATCH 2/3] Speedup: Use speedup specific driver for ussd Nicolas Bertrand
2012-04-16 17:02 ` Marcel Holtmann
2012-04-16 15:10 ` [PATCH 3/3] Makefile: Add speedup modem target Nicolas Bertrand
2012-04-16 18:18 ` 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=1334589023-3633-1-git-send-email-nicolas.bertrand@linux.intel.com \
--to=nicolas.bertrand@linux.intel.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