[PATCH] Add send_method_call to g_dbus

2010-04-19 Thread Gustavo F. Padovan
Puting send_method_call and send_method_call_with_reply on g_dbus will avoid some code duplication and will make things easier mainly for the Bluetooth plugins (HFP, DUN, SAP) inside oFono. --- gdbus/gdbus.h | 12 gdbus/object.c | 81 + plugins/hfp.c | 154 +

[PATCH 15/17] Add parser for imeisv objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 45 + 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 0f373f9..17e38d3 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1499,6 +1499,49 @@ static gboolean parse_dataobj_item_text

[PATCH 16/17] Add parser for network search mode objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 17e38d3..a3c5f47 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1542,6 +1542,14 @@ static gboolean parse_dataobj_imeisv(struct comprehension_tlv_iter *iter,

[PATCH 17/17] Add parser for battery state objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 10 ++ src/stkutil.h |8 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index a3c5f47..832d2f8 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1550,6 +1550,14 @@ static gboolean parse_dataobj_network_searc

[PATCH 10/17] Add parser for remote entity address objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 31 +++ src/stkutil.h | 10 ++ 2 files changed, 41 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 7209842..4863989 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1385,6 +1385,35 @@ static gboolean pars

[PATCH 13/17] Add parser for cdma sms tpdu objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index fd44456..e6d69ef 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1451,6 +1451,14 @@ static gboolean parse_dataobj_network_access_name( return TRUE; }

[PATCH 14/17] Add parser for item text attribute list objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 21 + src/stkutil.h | 11 +++ 2 files changed, 32 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index e6d69ef..0f373f9 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1480,6 +1480,25 @@ static gboolean parse_dataobj

[PATCH 12/17] Add parser for network access name objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 20 src/stkutil.h |9 + 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index db5b8b8..fd44456 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1433,6 +1433,24 @@ static gboolean parse_dataobj_es

[PATCH 11/17] Add parser for esn objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 4863989..db5b8b8 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1414,6 +1414,25 @@ static gboolean parse_dataobj_remote_entity_address( re

[PATCH 07/17] Add parser for service search objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 26 ++ src/stkutil.h |7 +++ 2 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 827ea9c..2baaeab 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1329,6 +1329,30 @@ static gboolean parse_dataob

[PATCH 08/17] Add parser for attribute information objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 26 ++ src/stkutil.h |7 +++ 2 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 2baaeab..e320086 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1353,6 +1353,30 @@ static gboolean parse_dataob

[PATCH 09/17] Add parser for service availability objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index e320086..7209842 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1377,6 +1377,14 @@ static gboolean parse_dataobj_attribute_info( return TRUE; } +/

[PATCH 04/17] Add parser for display parameters objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 20 src/stkutil.h |7 +++ 2 files changed, 27 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index d690f51..1d5d1b4 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1261,6 +1261,24 @@ static gboolean parse_dataobj_acce

[PATCH 06/17] Add parser for device filter objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 26 ++ src/stkutil.h |7 +++ 2 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index ecfa32b..827ea9c 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1305,6 +1305,30 @@ static gboolean parse_dataob

[PATCH 05/17] Add parser for service record objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 28 src/stkutil.h | 16 2 files changed, 44 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 1d5d1b4..ecfa32b 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1279,6 +1279,32 @@ static gboolean p

[PATCH 02/17] Add parser for aid objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 20 src/stkutil.h | 23 +++ 2 files changed, 43 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 5b97aeb..0d4be68 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1225,6 +1225,24 @@ static gboolean pa

[PATCH 03/17] Add parser for access technology objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 20 src/stkutil.h |9 + 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 0d4be68..d690f51 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1243,6 +1243,24 @@ static gboolean parse_dataobj_ai

[PATCH 01/17] Add parser for item text attribute list objects

2010-04-19 Thread Yang Gu
--- src/stkutil.c | 20 src/stkutil.h |6 ++ 2 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/stkutil.c b/src/stkutil.c index 43c06cd..5b97aeb 100644 --- a/src/stkutil.c +++ b/src/stkutil.c @@ -1207,6 +1207,24 @@ static gboolean parse_dataobj_other

[PATCH] Added Wavecom modem plugin.

2010-04-19 Thread Matthias Günther
The Wavecom WMP100 assumes CPIN to be the final response, therefore some special handling is neccessary (see 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61). Now the vendor id OFONO_VENDOR_WAVECOM is passed with all "*create" functions. --- Makefile.am |3 + plugins/modemconf.c |1 + p

[PATCH] hdlc: handle wrapped buffers

2010-04-19 Thread Kristen Carlson Accardi
--- gatchat/gathdlc.c | 68 +++- 1 files changed, 35 insertions(+), 33 deletions(-) diff --git a/gatchat/gathdlc.c b/gatchat/gathdlc.c index 19df9c6..7832350 100644 --- a/gatchat/gathdlc.c +++ b/gatchat/gathdlc.c @@ -53,11 +53,12 @@ static void ne

Re: [PATCH] Added Wavecom modem plugin.

2010-04-19 Thread Denis Kenzior
Hi Matthias, > The Wavecom WMP100 assumes CPIN to be the final response, therefore some > special handling is neccessary (see > 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61). Now the vendor id > OFONO_VENDOR_WAVECOM is passed with all "*create" functions. You should also set your authorship inform

[PATCH] Added Wavecom modem plugin.

2010-04-19 Thread Matthias
The Wavecom WMP100 assumes CPIN to be the final response, therefore some special handling is neccessary (see 6d28f82dc1ccb3de3a028a88eafb96fb001c7e61). Now the vendor id OFONO_VENDOR_WAVECOM is passed with all "*create" functions. --- Makefile.am |3 + plugins/modemconf.c |1 + p

Re: Re: [PATCH] Fix Let data device be optional for mbm driver

2010-04-19 Thread Vdovichev Alexander
Hi Marcel, On 04/16/2010 10:52 PM, Marcel Holtmann wrote: > Hi Zhenhua, > >> Dell 5530 modem has no data device port. So data device should be >> optional in mbm drvier. > > can you please include the content of /proc/bus/usb/devices for this > device and the sysfs descriptions for each TTY port.