Re: [PATCH 1/3] thinkpad_acpi: Move tablet detection into separate function

2016-11-05 Thread Darren Hart
On Mon, Oct 31, 2016 at 06:55:32PM -0400, Lyude wrote: > Suggested by Daniel Martin Down below with the other -by: tags please. > > Lenovo's having a bit of fun randomly changing what hotkey events and Please avoid contractions in documentation in general. > acpi handles they use for reportin

[PATCH 1/3] thinkpad_acpi: Move tablet detection into separate function

2016-10-31 Thread Lyude
Suggested by Daniel Martin Lenovo's having a bit of fun randomly changing what hotkey events and acpi handles they use for reporting tablet mode, so unfortunately this means we're definitely going to need to probe for multiple types of tablet mode support. Since the hotkey_init() is already a lot