[PATCH 3/4] stemgr: watch for signals only on MGR_SERVICE

2012-06-28 Thread Lucas De Marchi
--- plugins/stemgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/stemgr.c b/plugins/stemgr.c index 126ec4e..7e434d3 100644 --- a/plugins/stemgr.c +++ b/plugins/stemgr.c @@ -337,8 +337,8 @@ static gboolean property_changed(DBusConnection *connection, static

[PATCH 0/4] Add bus name to signal watches

2012-06-28 Thread Lucas De Marchi
First patch is just one that was still pending locally. The other ones fix the calls to g_dbus_add_signal_watch() to actually watch only the desired bus. It depends on previous patch for gdbus to be applied first, otherwise libdbus may call abort() when we exit. Lucas De Marchi (4): README: add

[PATCH 2/4] bluetooth: watch for signals only on BLUEZ_SERVICE

2012-06-28 Thread Lucas De Marchi
--- plugins/bluetooth.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index cb5fe24..91c8d18 100644 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -840,22 +840,25 @@ static void bluetooth_ref(void)

Re: [PATCH 2/6] qcbsmessage: Add bestScheme method in QCBSMessage class

2012-06-28 Thread Denis Kenzior
Hi Philippe, On 06/27/2012 10:10 AM, Philippe Nunes wrote: --- src/qcbsmessage.cpp | 10 -- src/qcbsmessage.h |1 + 2 files changed, 9 insertions(+), 2 deletions(-) Patch has been applied, thanks. Regards, -Denis ___ ofono

Re: [PATCH 5/6] phonesim: Add support for USSD answer

2012-06-28 Thread Denis Kenzior
Hi Philippe, On 06/27/2012 10:10 AM, Philippe Nunes wrote: --- src/default.xml |7 +++ 1 file changed, 7 insertions(+) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH 6/6] phonesim: Add support for USSD session cancellation

2012-06-28 Thread Denis Kenzior
Hi Philippe, On 06/27/2012 10:10 AM, Philippe Nunes wrote: --- src/default.xml |7 +++ 1 file changed, 7 insertions(+) Patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org

Re: [PATCH] test-ussd: USSD request is optional to monitor SS interface

2012-06-28 Thread Denis Kenzior
Hi Philippe, On 06/27/2012 10:26 AM, Philippe Nunes wrote: --- test/test-ussd | 60 ++-- 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/test/test-ussd b/test/test-ussd index c21f5e3..c8099b0 100755 --- a/test/test-ussd

Re: [PATCH 3/6] hardwaremanipulator: Use the best scheme for CBS message

2012-06-28 Thread Denis Kenzior
Hi Philippe, On 06/27/2012 10:10 AM, Philippe Nunes wrote: --- src/control.cpp |9 +++ src/hardwaremanipulator.cpp | 61 ++- src/hardwaremanipulator.h |6 +++-- 3 files changed, 38 insertions(+), 38 deletions(-) snip