Re: [PATCH] platform/x86: hp-wmi: Fix tablet mode detection for convertibles

2017-11-03 Thread Andy Shevchenko
On Fri, Nov 3, 2017 at 4:01 AM, Stefan Brüns wrote: > Commit f9cf3b2880cc ("platform/x86: hp-wmi: Refactor dock and tablet > state fetchers") consolidated the methods for docking and laptop mode > detection, but omitted to apply the correct mask for the laptop mode >

Re: [PATCH] platform/x86: hp-wmi: Fix tablet mode detection for convertibles

2017-11-03 Thread Andy Shevchenko
On Fri, Nov 3, 2017 at 4:01 AM, Stefan Brüns wrote: > Commit f9cf3b2880cc ("platform/x86: hp-wmi: Refactor dock and tablet > state fetchers") consolidated the methods for docking and laptop mode > detection, but omitted to apply the correct mask for the laptop mode > (it always uses the constant

[PATCH] platform/x86: hp-wmi: Fix tablet mode detection for convertibles

2017-11-02 Thread Stefan Brüns
Commit f9cf3b2880cc ("platform/x86: hp-wmi: Refactor dock and tablet state fetchers") consolidated the methods for docking and laptop mode detection, but omitted to apply the correct mask for the laptop mode (it always uses the constant for docking). Signed-off-by: Stefan Brüns

[PATCH] platform/x86: hp-wmi: Fix tablet mode detection for convertibles

2017-11-02 Thread Stefan Brüns
Commit f9cf3b2880cc ("platform/x86: hp-wmi: Refactor dock and tablet state fetchers") consolidated the methods for docking and laptop mode detection, but omitted to apply the correct mask for the laptop mode (it always uses the constant for docking). Signed-off-by: Stefan Brüns --- This change