[PATCH 1/1] Fix primary context active/deactive result d-bus reply missing issue

2011-04-27 Thread martin . xu
From: Martin Xu martin...@intel.com If user offline modem when the gprs_context is in enabling or disabling state(activating/disactivating), the GPRS primary context activate/disactivate result will not be replied to the corresponding application. --- drivers/atmodem/gprs-context.c |7

[PATCH] gisi: log normal responses in a less confusing way

2011-04-27 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com --- gisi/modem.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/gisi/modem.c b/gisi/modem.c index 384983d..070cb9c 100644 --- a/gisi/modem.c +++ b/gisi/modem.c @@ -163,7 +163,8 @@ static void

[PATCH] isimodem: use a specific call id when answering

2011-04-27 Thread Pekka . Pessi
From: Pekka Pessi pekka.pe...@nokia.com --- drivers/isimodem/voicecall.c | 22 +- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 333f9b8..4d4e16b 100644 --- a/drivers/isimodem/voicecall.c +++