Re: [PATCH] device: Add configurable DontBringDownAtStartup list

2015-04-28 Thread Patrik Flykt
On Mon, 2015-04-27 at 15:40 +0300, Slava Monich wrote: Particular for this patch, which issue was being fixed here? This resolves the conflict between developer mode (handled by usb-moded) and USB tethering (handled by connman) on Jolla phone. When phone boots up with USB connected,

Re: [PATCH] device: Add configurable DontBringDownAtStartup list

2015-04-27 Thread Marcel Holtmann
Hi Slava, connman brings down managed interfaces at startup. Sometimes it's unnecessary or even harmful. DontBringDownAtStartup list in main.conf allows to make exceptions for some interfaces. this is a horrible name for an option. It is like triple negation and will make everyones head hurt

Re: [PATCH] device: Add configurable DontBringDownAtStartup list

2015-04-27 Thread Slava Monich
On 27/04/15 08:54, Patrik Flykt wrote: On Fri, 2015-04-24 at 16:53 +0300, Slava Monich wrote: connman brings down managed interfaces at startup. Sometimes it's unnecessary or even harmful. DontBringDownAtStartup list in main.conf allows to make exceptions for some interfaces. Taking the

Re: [PATCH] device: Add configurable DontBringDownAtStartup list

2015-04-26 Thread Patrik Flykt
On Fri, 2015-04-24 at 16:53 +0300, Slava Monich wrote: connman brings down managed interfaces at startup. Sometimes it's unnecessary or even harmful. DontBringDownAtStartup list in main.conf allows to make exceptions for some interfaces. Taking the interfaces down was the easiest way to clean

[PATCH] device: Add configurable DontBringDownAtStartup list

2015-04-24 Thread Slava Monich
connman brings down managed interfaces at startup. Sometimes it's unnecessary or even harmful. DontBringDownAtStartup list in main.conf allows to make exceptions for some interfaces. --- src/device.c | 21 + src/main.c | 17 + 2 files changed, 38