Re: [PATCH] Keep modem->powered_pending up to date after set_powered.

2009-09-10 Thread Denis Kenzior
Hi, > Without this once a request to power up the modem fails, modem.c won't > retry even when asked. Good catch. Patch has been applied. Regards, -Denis ___ ofono mailing list ofono@ofono.org http://lists.ofono.org/listinfo/ofono

Re: [PATCH] Message Waiting fixes

2009-09-10 Thread Denis Kenzior
Hi, > Hi, > attached are two more changes to make the message waiting interface > functional with notifications from the network (I only properly tested > the SIM access part before). > Patches have been applied and pushed. Thanks. Regards, -Denis ___

[PATCH] Message Waiting fixes

2009-09-10 Thread Andrzej Zaborowski
Hi, attached are two more changes to make the message waiting interface functional with notifications from the network (I only properly tested the SIM access part before). Regards From 5d98f8360bb46d5c10a2a613f10934b5153eb5d0 Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Thu, 10 Sep 200

[PATCH] Keep modem->powered_pending up to date after set_powered.

2009-09-10 Thread Andrzej Zaborowski
Without this once a request to power up the modem fails, modem.c won't retry even when asked. --- src/modem.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/modem.c b/src/modem.c index ed6f870..5e6e582 100644 --- a/src/modem.c +++ b/src/modem.c @@ -462,6 +462,

Re: Write state of SMS assembly to disk and restore on startup.

2009-09-10 Thread Andrzej Zaborowski
Hi, 2009/9/8 Denis Kenzior : > Both patches have been applied. > > I had to fix up a few things in order to make this actually work.  Please > review the changes and make sure they're OK with you. Yes, all of the changes make a lot of sense, thanks. Regards __