[PATCH v2 3/4] clock: Implement Load and save for Clock API properties

2013-05-20 Thread Patrik Flykt
Load and save TimeUpdates and TimezoneUpdates Clock API properties. Clock API Timeservers property is already handled by the timeserver code. Fixes BMC#25988 --- v2: when loading, use variables to hold the enum and set the main property if the values are not *_ UNKNOWN This way the

Re: [PATCH 0/4] Timeserver handling and property saving

2013-05-20 Thread Patrik Flykt
On Fri, 2013-05-17 at 14:53 +0300, Patrik Flykt wrote: Hi, The two first patches make timeserver handling use TimeUpdates Clock API property to decide whether to enable NTP timeservers or not. The third patch adds save and load support for TimeUpdates and TimezoneUpdates properties

[PATCH] Tethering: Add the open Wi-Fi Access Point

2013-05-20 Thread chengyix . zhao
Sometimes users need create the open Wi-Fi Access Point --- include/technology.h |2 ++ plugins/wifi.c |1 + src/technology.c | 17 +++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/include/technology.h b/include/technology.h index

Re: [PATCH] Tethering: Add the open Wi-Fi Access Point

2013-05-20 Thread Tomasz Bursztyka
Hi, NACK from me on this one. I will pass the discussion whether we want or not such feature. I will concentrate only on the patch: --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -2035,6 +2035,7 @@ static int tech_set_tethering(struct connman_technology *technology, }

[PATCH] doc: Document the deprecated RemoveProvider method call

2013-05-20 Thread Patrik Flykt
Fixes BMC#25958 --- doc/manager-api.txt |4 1 file changed, 4 insertions(+) diff --git a/doc/manager-api.txt b/doc/manager-api.txt index ed23c8d..ad07c3d 100644 --- a/doc/manager-api.txt +++ b/doc/manager-api.txt @@ -64,6 +64,10 @@ Methods dict GetProperties()

[PATCH] service: Restart timeserver polling only for the default service

2013-05-20 Thread Patrik Flykt
When timeservers are set, restart timeserver polling only if the service is the the default one. --- src/service.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/service.c b/src/service.c index bba548e..9e79b03 100644 --- a/src/service.c +++ b/src/service.c @@

RE: wifi: scan all stored hidden networks relevantly

2013-05-20 Thread Grant Erickson
On Thu May 16 05:32:29 PDT 2013, Tomasz Bursztyka tomasz.burszt...@linux.intel.com wrote: Currently a scan will only scan the first found stored hidden network. This patch fixes it: it will scan all, taking into account the limit of scan parameters the driver can take. --- @@ -548,32 +640,21

Re: [PATCH] doc: Document the deprecated RemoveProvider method call

2013-05-20 Thread Patrik Flykt
On Mon, 2013-05-20 at 12:59 +0300, Patrik Flykt wrote: Fixes BMC#25958 Applied. Patrik ___ connman mailing list connman@connman.net https://lists.connman.net/mailman/listinfo/connman

Re: [PATCH] service: Restart timeserver polling only for the default service

2013-05-20 Thread Patrik Flykt
On Mon, 2013-05-20 at 15:37 +0300, Patrik Flykt wrote: When timeservers are set, restart timeserver polling only if the service is the the default one. Applied. Patrik ___ connman mailing list connman@connman.net