All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Speedup ussd driver
@ 2012-04-16 15:10 Nicolas Bertrand
  2012-04-16 15:10 ` [PATCH 1/3] Speedup: Add speedup driver to handle USSD Nicolas Bertrand
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Nicolas Bertrand @ 2012-04-16 15:10 UTC (permalink / raw)
  To: ofono

[-- 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


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

end of thread, other threads:[~2012-04-16 18:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 15:10 [PATCH 0/3] Speedup ussd driver Nicolas Bertrand
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

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.