Re: [PATCH 7/8] netreg: adapt CMER and CIEV for telit

2012-08-14 Thread Denis Kenzior
Hi Christopher, On 08/14/2012 09:16 AM, Christopher Vogl wrote: Hi Denis, On 13/08/12 18:25, Denis Kenzior wrote: Hi Christopher, On 08/13/2012 08:23 AM, Christopher Vogl wrote: Telit uses a 2 to enable indicator event reporting and indicators in a +CIEV URC are identified by strings, not nu

Re: [PATCH 6/8] gprs: data bearer for telit with PSNT

2012-08-14 Thread Christopher Vogl
Hi Denis, On 13/08/12 16:48, Denis Kenzior wrote: Hi Christopher, On 08/13/2012 08:23 AM, Christopher Vogl wrote: From: August Mayer Telit neither supports '+CPSB' nor reports the data bearer through '+CGREG'. It has its own +PSNT command. --- drivers/atmodem/gprs.c | 76

sierra wireless MC8092

2012-08-14 Thread Simon Lemoine
Hi, I'm trying to use a Sierra Wireless MC8092 card with Ofono on an embedded system, but Ofono fail to setup the card because there are only five interfaces ttyUSB0 to ttyUSB4. I have seen in function setup_sierra (plugins/udevng.c) that Ofono expects to have a NetworkInterface on the interf

[PATCH 2/2] dundee: explicit shutdown the bluetooth file descriptor

2012-08-14 Thread Gustavo Padovan
From: Gustavo Padovan If we do not shut it down the fd can remain opened. This make impossible to try a re-connect: busy is returned in this case. We call shutdown here to make sure that the link is always closed. --- dundee/bluetooth.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a

[PATCH 1/2] dundee: add timeout to close stalled ppp handshake

2012-08-14 Thread Gustavo Padovan
From: Gustavo Padovan If something goes wrong the PPP handshake can stall, then we just add a timer to return an error after a certain timeout (15 seconds). --- dundee/dbus.c | 6 ++ dundee/device.c | 28 dundee/dundee.h | 1 + 3 files changed, 35 insertions(