Re: [PATCH] platform/x86: Only activate tablet mode switch on 2-in-1's

2018-02-22 Thread Darren Hart
On Thu, Feb 22, 2018 at 08:15:51PM +, Jeremy Cline wrote: > On Thu, Feb 22, 2018 at 01:58:42PM -0600, Mario Limonciello wrote: > > Some laptops such as the XPS 9360 support the intel-vbtn INT33D6 > > interface but don't initialize the bit that intel-vbtn uses to > > represent switching tablet m

Re: [PATCH] platform/x86: Only activate tablet mode switch on 2-in-1's

2018-02-22 Thread Darren Hart
On Thu, Feb 22, 2018 at 08:15:51PM +, Jeremy Cline wrote: > On Thu, Feb 22, 2018 at 01:58:42PM -0600, Mario Limonciello wrote: > > Some laptops such as the XPS 9360 support the intel-vbtn INT33D6 > > interface but don't initialize the bit that intel-vbtn uses to > > represent switching tablet m

Re: [PATCH] platform/x86: Only activate tablet mode switch on 2-in-1's

2018-02-22 Thread Jeremy Cline
On Thu, Feb 22, 2018 at 01:58:42PM -0600, Mario Limonciello wrote: > Some laptops such as the XPS 9360 support the intel-vbtn INT33D6 > interface but don't initialize the bit that intel-vbtn uses to > represent switching tablet mode. > > By running this only on real 2-in-1's it shouldn't cause fal

[PATCH] platform/x86: Only activate tablet mode switch on 2-in-1's

2018-02-22 Thread Mario Limonciello
Some laptops such as the XPS 9360 support the intel-vbtn INT33D6 interface but don't initialize the bit that intel-vbtn uses to represent switching tablet mode. By running this only on real 2-in-1's it shouldn't cause false positives. Fixes: 30323fb6d5 ("Support tablet mode switch") Reported-by: