> -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 +++
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
* 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
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
---
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
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/
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
---
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}=="
---
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{
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
---
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
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]:
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 +
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
14 matches
Mail list logo