Re: [PATCH_v4] speedupcdma: add speedup cdma skeleton plugin

2011-07-21 Thread Marcel Holtmann
Hi Guillaume, I applied the patch and fixed up the last issues by myself. Please review them closely. Free speedupcdma_data while removing modem. Version and changelog comments have to come after the ---. Otherwise they end up in the commit log. And without a previous commit they make no sense

[PATCHv2 0/2] CPIN polling mechanism

2011-07-21 Thread Nicolas Bertrand
v2 changes: - change AT channel from modem to aux - raise timeout to 20 since some dongle take a while to be operational - send sim inserted notify related to the current status As no SIM card status urc is available with ZTE and Speedup, the SIM state is set by default to

[PATCHv2 1/2] speedup: add cpin polling mechanism

2011-07-21 Thread Nicolas Bertrand
Make sure that the SIM card is ready before sending commands --- plugins/speedup.c | 66 +++- 1 files changed, 64 insertions(+), 2 deletions(-) diff --git a/plugins/speedup.c b/plugins/speedup.c index 7e89b6f..afd9b40 100644 ---

[PATCHv2 2/2] zte: add cpin polling mechanism

2011-07-21 Thread Nicolas Bertrand
Make sure that the SIM card is ready before sending commands --- plugins/zte.c | 67 +++- 1 files changed, 65 insertions(+), 2 deletions(-) diff --git a/plugins/zte.c b/plugins/zte.c index 4bac3cf..9964a44 100644 --- a/plugins/zte.c +++

[PATCH v3 2/2] voicecall: remove usage of em_atd_number

2011-07-21 Thread Frédéric Danis
as emulator atom can only run with a 'ready' SIM, use saved number instead of em_atd_number --- src/voicecall.c | 19 +-- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/voicecall.c b/src/voicecall.c index 9160ce8..f4c2358 100644 --- a/src/voicecall.c +++

Re: [PATCH v3 1/2] hfp_ag: start server on sim 'ready' state

2011-07-21 Thread Denis Kenzior
Hi Frédéric, On 07/21/2011 09:58 AM, Frédéric Danis wrote: update HFP AG server to start only when a modem has its SIM atom in 'ready' state and has voice call capability --- plugins/hfp_ag.c | 69 +++--- 1 files changed, 55 insertions(+),

[PATCH] udev: add support for SpeedUp CDMA dongles.

2011-07-21 Thread Bertrand Aygon
--- plugins/udev.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/plugins/udev.c b/plugins/udev.c index a28bea7..b50ca2f 100644 --- a/plugins/udev.c +++ b/plugins/udev.c @@ -793,6 +793,8 @@ done: add_linktop(modem, udev_device); else if

[PATCH] SpeedUp CDMA: querying SIM state during powering on phase.

2011-07-21 Thread Bertrand Aygon
--- plugins/speedupcdma.c | 102 - 1 files changed, 100 insertions(+), 2 deletions(-) diff --git a/plugins/speedupcdma.c b/plugins/speedupcdma.c index b7e54a1..1dcff88 100644 --- a/plugins/speedupcdma.c +++ b/plugins/speedupcdma.c @@ -41,11 +41,25

[PATCH] CDMA devinfo: send AT+GCAP to check devinfo.

2011-07-21 Thread Bertrand Aygon
--- drivers/cdmamodem/devinfo.c | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/cdmamodem/devinfo.c b/drivers/cdmamodem/devinfo.c index 9603e05..2a5813c 100644 --- a/drivers/cdmamodem/devinfo.c +++ b/drivers/cdmamodem/devinfo.c @@ -36,6 +36,8 @@