Re: [PATCH 3/3] dell-laptop: Do not cache hwswitch state

2015-07-06 Thread Pali Rohár
On Thursday 02 July 2015 02:42:04 Darren Hart wrote: > On Wed, Jul 01, 2015 at 08:08:21PM +0200, Pali Rohár wrote: > > It can be changed at runtime so make sure that dell-laptop knows > > always current state. It can be modified by userspace utility > > smbios-wireless-ctl. > > > > Signed-off-by:

Re: [PATCH 3/3] dell-laptop: Do not cache hwswitch state

2015-07-01 Thread Darren Hart
On Wed, Jul 01, 2015 at 08:08:21PM +0200, Pali Rohár wrote: > It can be changed at runtime so make sure that dell-laptop knows always > current state. It can be modified by userspace utility smbios-wireless-ctl. > > Signed-off-by: Pali Rohár Couple of checkpatch warnings on this one. -- Darren

[PATCH 3/3] dell-laptop: Do not cache hwswitch state

2015-07-01 Thread Pali Rohár
It can be changed at runtime so make sure that dell-laptop knows always current state. It can be modified by userspace utility smbios-wireless-ctl. Signed-off-by: Pali Rohár --- drivers/platform/x86/dell-laptop.c | 85 ++-- 1 file changed, 61 insertions(+), 24 d