[PATCH 1/5] Add bluetooth plugin skeleton.

2010-06-08 Thread Gustavo F. Padovan
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..) --- Makefile.am |3 ++ plugins/bluetooth.c | 75

[PATCH 2/5] Move bluetooth utils from hfp.c to bluetooth.c

2010-06-08 Thread Gustavo F. Padovan
The new Bluetooth plugin will be responsible for handle DBus for the Bluetooth profiles implemented by oFono. Each Bluetooth profile can register callbacks to create a modem, remove all modems and set alias. The idea is to have here soon code the handle Bluetooth Agent stuff too. ---

[PATCH 4/5] Move create_path() to bluetooth plugin

2010-06-08 Thread Gustavo F. Padovan
--- plugins/bluetooth.c | 22 ++ plugins/bluetooth.h |3 +++ plugins/hfp.c | 25 + 3 files changed, 26 insertions(+), 24 deletions(-) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index b452d73..4b3d94c 100644 ---

Re: Huawei E1552 broken

2010-06-08 Thread Kalle Valo
Zhang, Zhenhua zhenhua.zh...@intel.com writes: Hi Kalle, Hi Zhenhua, Kalle Valo wrote: Hi, I mentioned this briefly on irc, but I'll inform it here as well. This patch broke ofono support for my Huawei E1552: commit 6ab0b6f29acc8f6b2a5f3b94c02c405ee7318244 Author: Marcel Holtmann

Re: [RFC v2] Readout technology form Option HSO modems

2010-06-08 Thread Daniel Wagner
On 06/08/2010 10:28 AM, Daniel Wagner wrote: To find out which the current technology is on we have to issue OCTI and OWCTI. OCTI returns 2G information and OWCTI returns 3G information. OWCTI overrules OCTI. I had a short look at my Huawei E160 modem. On the secondary channel it reports with

Re: Huawei E1552 broken

2010-06-08 Thread Marcel Holtmann
Hi Kalle, I mentioned this briefly on irc, but I'll inform it here as well. This patch broke ofono support for my Huawei E1552: commit 6ab0b6f29acc8f6b2a5f3b94c02c405ee7318244 Author: Marcel Holtmann mar...@holtmann.org Date: Sun Jun 6 15:51:36 2010 -0700 Fix detection of

Re: [RFC patches 10/13] doc: explain debugging options to -d, add a pointer in -h to manpage

2010-06-08 Thread Marcel Holtmann
Hi Inaky, From: Inaky Perez-Gonzalez inaky.perez-gonza...@intel.com Modified HACKING and man page to have more formation on what are the debugging options and how to enable them. --- HACKING | 10 ++ doc/ofonod.8 |5 - src/main.c |4 +++-

Re: [RFC patches 12/13] SMS: introduce message ID API

2010-06-08 Thread Marcel Holtmann
Hi Inaky, +/** + * Create a random UUID + * + * \param msg_id Descriptor + * + * \internal + * + * Crams the msg_id ID buffer with random 32-bit numbers; because we + * use a byte based buffer, we play the cast to guint32 trick (as that + * is what g_random_int()

Re: [RFC patches 10/13] doc: explain debugging options to -d, add a pointer in -h to manpage

2010-06-08 Thread Inaky Perez-Gonzalez
On Tue, 2010-06-08 at 16:13 -0700, Marcel Holtmann wrote: Hi Inaky, From: Inaky Perez-Gonzalez inaky.perez-gonza...@intel.com Modified HACKING and man page to have more formation on what are the debugging options and how to enable them. --- HACKING | 10