RE: [RFC 3/3] STE-plugin: Adding STE plugin

2010-01-18 Thread Sjur Brændeland
Hi Marcel. Thank you for your feedback. We hope to get new patch-set out tomorrow with most of your comments fixed. Marcel Holtmann wrote: > Hi Sjur, > > review. I am thinking of something the like this; one per network > registration, one per voice call, one per GPRS. > > You are making some

Re: [RFC] HFP support into oFono and BlueZ

2010-01-18 Thread Denis Kenzior
Hi Luiz, > having it as a MediaEndpoint I guess it is probably a good idea to > have a similar design as we will have in endpoints, so the > registration actually happen in adapter path rather than device path, > which probably should avoid the having to resolve the device path > while probing if

Re: [RFC 3/3] STE-plugin: Adding STE plugin

2010-01-18 Thread Denis Kenzior
Hi Sjur, > diff --git a/drivers/stemodem/network-registration.c > b/drivers/stemodem/network-registration.c new file mode 100644 > index 000..4eeb239 > --- /dev/null > +++ b/drivers/stemodem/network-registration.c > +static void ciev_notify(GAtResult *result, gpointer user_data) > +{ > +

RE: [RFC 3/3] STE-plugin: Adding STE plugin

2010-01-18 Thread Marcel Holtmann
Hi Sjur, > Thank you for your feedback. We hope to get new patch-set out tomorrow > with most of your comments fixed. sounds great. > > It might make sense to have a local copy of the required structure > > and constants to allow an easier complication. Of course this depends > > on having CAIF

[PATCH] add quirk for cid and lac handling for Huawei

2010-01-18 Thread Jussi Kukkonen
Hello, My Eee-integrated Huawei E620 reports "local area code" and "cell id" as unquoted strings. Denis informed me on IRC that this is non-compliant and that I could add a quirk for it. Attached is my attempt at that. The actual quirk is in drivers/atmodem/atutil.c, which means I needed to

Re: [RFC] HFP support into oFono and BlueZ

2010-01-18 Thread Luiz Augusto von Dentz
Hi, On Thu, Jan 14, 2010 at 1:39 AM, Gustavo F. Padovan wrote: > Hi, > > On Mon, Jan 11, 2010 at 5:05 PM, Gustavo F. Padovan > wrote: >> On Mon, Jan 11, 2010 at 3:08 PM, Gustavo F. Padovan >> wrote: >>> Hi, >>> >>> These patches implement the new API for the Audio Gateway in BlueZ. It >>> follo

oFono Features

2010-01-18 Thread Admin
Hello I am interested to know which kind of feature range the ofono platform is intended to have once. Specially are there plans to provide a framework of ready-to-use gadgets, i.e. for user interfaces, graphics, application components ? Regards, Robert

[RFC 3/3] STE-plugin: Adding STE plugin

2010-01-18 Thread sjur . brandeland
From: Sjur Brandeland Added implementation for STE modem; STE modem driver, and STE specific drivers for gprs, network registration and voice call. This patch uses CAIF sockets. CAIF patch for net-next-2.6 will be contributed on net...@vger.kernel.org soon. --- Makefile.am

[RFC 2/3] STE-plugin: Mechanism for inheritance

2010-01-18 Thread sjur . brandeland
From: Sjur Brandeland This patch adds a mechanism to inherit/specialize from the standard "atmodem". This is used in the initialization of voice call driver and the network registration driver in order to re-use functions from "atmodems" whenever possible. We realize this is not the standard wa

[RFC 1/3] STE-plugin: Add vendor STE

2010-01-18 Thread sjur . brandeland
From: Sjur Brandeland This patch add STE as vendor, and a few adjustments needed in "atmodem" for ST-Ericsson modem. --- drivers/atmodem/gprs.c | 15 +-- drivers/atmodem/vendor.h |5 + plugins/modemconf.c |5 + 3 files changed, 23 insertions(+), 2 deletions

[RFC 0/3] STE-plugin: Plugin for ST-Ericsson modems

2010-01-18 Thread sjur . brandeland
From: Sjur Brandeland We are happy to announce ST-Ericsson's participation in the oFono community and contribution of an oFono plug-in for ST-Ericsson modems. This patch set adds a plug-in for use with ST-Ericsson modems. It is implemented using AT-commands over a CAIF link to communicate with