Re: [PATCH 03/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration

2013-12-08 Thread Ben Hutchings
On Sun, 2013-12-08 at 08:55 +0100, Pali Rohár wrote: > On Tuesday 29 October 2013 00:39:47 Ben Hutchings wrote: > > On Sat, 2013-10-26 at 22:34 +0200, Pali Rohár wrote: > > > From: David Gnedt > > > > > > Port the bt_coex_mode sysfs interface from wl1251 driver > > > version included in the Maemo

Re: [PATCH 03/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration

2013-12-07 Thread Pali Rohár
On Tuesday 29 October 2013 00:39:47 Ben Hutchings wrote: > On Sat, 2013-10-26 at 22:34 +0200, Pali Rohár wrote: > > From: David Gnedt > > > > Port the bt_coex_mode sysfs interface from wl1251 driver > > version included in the Maemo Fremantle kernel to allow > > bt-coexistence mode configuration.

Re: [PATCH 03/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration

2013-10-29 Thread Kalle Valo
Luca Coelho writes: > On Mon, 2013-10-28 at 23:39 +, Ben Hutchings wrote: >> On Sat, 2013-10-26 at 22:34 +0200, Pali Rohár wrote: >> > From: David Gnedt >> > >> > Port the bt_coex_mode sysfs interface from wl1251 driver version included >> > in the Maemo Fremantle kernel to allow bt-coexist

Re: [PATCH 03/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration

2013-10-29 Thread Luca Coelho
On Mon, 2013-10-28 at 23:39 +, Ben Hutchings wrote: > On Sat, 2013-10-26 at 22:34 +0200, Pali Rohár wrote: > > From: David Gnedt > > > > Port the bt_coex_mode sysfs interface from wl1251 driver version included > > in the Maemo Fremantle kernel to allow bt-coexistence mode configuration. > >

Re: [PATCH 03/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration

2013-10-28 Thread Ben Hutchings
On Sat, 2013-10-26 at 22:34 +0200, Pali Rohár wrote: > From: David Gnedt > > Port the bt_coex_mode sysfs interface from wl1251 driver version included > in the Maemo Fremantle kernel to allow bt-coexistence mode configuration. > This enables userspace applications to set one of the modes > WL1251

[PATCH 03/16] wl1251: add sysfs interface for bluetooth coexistence mode configuration

2013-10-26 Thread Pali Rohár
From: David Gnedt Port the bt_coex_mode sysfs interface from wl1251 driver version included in the Maemo Fremantle kernel to allow bt-coexistence mode configuration. This enables userspace applications to set one of the modes WL1251_BT_COEX_OFF, WL1251_BT_COEX_ENABLE and WL1251_BT_COEX_MONOAUDIO.