Re: [RFC PATCH 1/3] modem: modem state watch added

2010-10-27 Thread Denis Kenzior
Hi Andras, On 10/25/2010 03:03 AM, Andras Domokos wrote: From: Andras Domokos andras.domo...@nokia.com snip diff --git a/src/ofono.h b/src/ofono.h index 6c7f649..b132727 100644 --- a/src/ofono.h +++ b/src/ofono.h @@ -177,6 +177,21 @@ unsigned int

[RFC PATCH 1/3] modem: modem state watch added

2010-10-22 Thread Andras Domokos
Signed-off-by: Andras Domokos andras.domo...@nokia.com --- src/modem.c | 64 +++--- src/ofono.h | 15 + 2 files changed, 67 insertions(+), 12 deletions(-) diff --git a/src/modem.c b/src/modem.c index 7a29edf..9aeb49c 100644 ---