RE: [PATCH 2/3] udev: add support for Olive HSDPA modem

2011-08-11 Thread Deng, Ying An
> -Original Message- > From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf > Of Philippe Nunes > Sent: Thursday, August 11, 2011 11:38 PM > To: ofono@ofono.org > Subject: [PATCH 2/3] udev: add support for Olive HSDPA modem > > --- > plugins/ofono.rules | 13 +++

Re: Underlying Bluetooth device of a modem

2011-08-11 Thread Marcel Holtmann
Hi Gustavo, > > > I am trying to set up a simple HFP demonstrator using > > > BlueZ+oFono+PulseAudio, with a dbus client that coordinates the three of > > > them. Being a simple prototype, the goal is to see how they behave and > > > analyze how well it would all scale. > > > > > > The first q

Re: Underlying Bluetooth device of a modem

2011-08-11 Thread Gustavo Padovan
* Marcel Holtmann [2011-08-10 06:39:15 -0700]: > Hi Mikel, > > > I am trying to set up a simple HFP demonstrator using > > BlueZ+oFono+PulseAudio, with a dbus client that coordinates the three of > > them. Being a simple prototype, the goal is to see how they behave and > > analyze how well i

Re: [PATCH 0/3] oFono rules update

2011-08-11 Thread Marcel Holtmann
Hi Philippe, > Based on the latest usb_modeswitch rules, some 3G dongles require > to modify the ofono rules to be supported correctly (tests done in India) > > > Philippe Nunes (3): > udev: use ttyUSB3 for ZTE K3570 modem port. > udev: add support for Olive HSDPA modem > udev: Use ttyU

[PATCH_v2 2/2] cdma-connman: Add feature to load/save credentials

2011-08-11 Thread Guillaume Zajac
--- src/cdma-connman.c | 67 1 files changed, 67 insertions(+), 0 deletions(-) diff --git a/src/cdma-connman.c b/src/cdma-connman.c index 0c9013b..0039eb0 100644 --- a/src/cdma-connman.c +++ b/src/cdma-connman.c @@ -37,6 +37,10 @@ #include

[PATCH_v2 1/2] modem: Change to online state when serial is set

2011-08-11 Thread Guillaume Zajac
For modems with no sim atom, we wait for serial reply to proceed post_sim. Add API to get serial devinfo like it is done for imsi. --- include/devinfo.h |2 ++ src/modem.c | 23 --- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/include/devinfo.h b/

[PATCH_v2 0/2] Add CDMA features to load/save credentials

2011-08-11 Thread Guillaume Zajac
Change log from v1 is: - pass to post_sim state when serial is received - cdma-connman atom can load settings as mode serial is received before its creation. - create new devinfo API to pass serial to cdma-connman atom Guillaume Zajac (2): modem: Change to onlin

[PATCH 2/3] udev: add support for Olive HSDPA modem

2011-08-11 Thread Philippe Nunes
--- plugins/ofono.rules | 13 - 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 82232d9..a361e70 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -376,9 +376,12 @@ ATTRS{idVendor}=="1c9e", ATTRS{idProduct}=="

[PATCH 3/3] udev: Use ttyUSB4 for Huawei E367 Pcui port

2011-08-11 Thread Philippe Nunes
--- plugins/ofono.rules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index a361e70..5e59425 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -363,7 +363,7 @@ ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1486", ENV{

[PATCH 0/3] oFono rules update

2011-08-11 Thread Philippe Nunes
Based on the latest usb_modeswitch rules, some 3G dongles require to modify the ofono rules to be supported correctly (tests done in India) Philippe Nunes (3): udev: use ttyUSB3 for ZTE K3570 modem port. udev: add support for Olive HSDPA modem udev: Use ttyUSB4 for Huawei E367 Pcui port

[PATCH 1/3] udev: use ttyUSB3 for ZTE K3570 modem port.

2011-08-11 Thread Philippe Nunes
--- plugins/ofono.rules |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/ofono.rules b/plugins/ofono.rules index 4143e17..82232d9 100644 --- a/plugins/ofono.rules +++ b/plugins/ofono.rules @@ -35,7 +35,7 @@ ATTRS{idVendor}=="19d2", ATTRS{idProduct}=="0121", ENV{ID

Re: [PATCH_v9 1/4] huaweicdma: create a dedicated netreg atom.

2011-08-11 Thread Philippe Nunes
Hi Denis, I did a test with a Huawei EC152 cdma dongle in India with this patch. Please find below the oFono logs. It appears that the service domain is reported in the ^SYSINFO answer as 'CDMA not supported' whereas the cdma data connection could be established successfully. ofonod[11013]:

Re: [PATCH 1/3] cdma-connman: add feature to load/save credentials

2011-08-11 Thread Guillaume Zajac
Hi Denis, On 09/08/2011 20:52, Denis Kenzior wrote: Hi Guillaume, On 08/09/2011 09:48 AM, Guillaume Zajac wrote: --- include/cdma-connman.h |3 ++ src/cdma-connman.c | 57 src/modem.c| 35 +

Re: [PATCH 2/3] cdma-connman: Add D-Bus API to remove credentials

2011-08-11 Thread Guillaume Zajac
Hi Denis, On 09/08/2011 20:37, Denis Kenzior wrote: Hi Guillaume, On 08/09/2011 09:48 AM, Guillaume Zajac wrote: --- src/cdma-connman.c | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) diff --git a/src/cdma-connman.c b/src/cdma-connman.c index 39