[PATCH 0/3] Speedup ussd driver

2012-04-16 Thread Nicolas Bertrand
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

[PATCH 1/3] Speedup: Add speedup driver to handle USSD

2012-04-16 Thread Nicolas Bertrand
--- drivers/speedupmodem/speedupmodem.c | 49 drivers/speedupmodem/speedupmodem.h | 25 drivers/speedupmodem/ussd.c | 224 +++ 3 files changed, 298 insertions(+), 0 deletions(-) create mode 100644 drivers/speedupmodem/speedupmodem.c

Re: [PATCH 2/3] Speedup: Use speedup specific driver for ussd

2012-04-16 Thread Marcel Holtmann
Hi Nicolas, plugins/speedup.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/speedup.c b/plugins/speedup.c index ca6ed13..8b95286 100644 --- a/plugins/speedup.c +++ b/plugins/speedup.c @@ -2,7 +2,7 @@ * * oFono - Open Source Telephony * -

Re: [PATCH 1/3] Speedup: Add speedup driver to handle USSD

2012-04-16 Thread Denis Kenzior
Hi Nicolas, On 04/16/2012 10:10 AM, Nicolas Bertrand wrote: --- drivers/speedupmodem/speedupmodem.c | 49 drivers/speedupmodem/speedupmodem.h | 25 drivers/speedupmodem/ussd.c | 224 +++ 3 files changed, 298 insertions(+), 0

Re: [PATCH 3/3] Makefile: Add speedup modem target

2012-04-16 Thread Denis Kenzior
Hi Nicolas, On 04/16/2012 10:10 AM, Nicolas Bertrand wrote: --- Makefile.am |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org