Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: support HKEY interface version 0x200

2016-04-20 Thread Yrjan Skrimstad
On Tue, Apr 19, 2016 at 02:48:25PM +0200, Bastien Nocera wrote: > On Tue, 2016-04-19 at 14:42 +0200, Bjørn Mork wrote: > > Bastien Nocera writes: > > > > > > > > From: Shuduo Sang > > > > > > The Thinkpad X1 Carbon 2nd generation (2014) ships with BIOS that > > > will > > > return HKEY interfa

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: support HKEY interface version 0x200

2016-04-19 Thread Bjørn Mork
Bastien Nocera writes: > From: Shuduo Sang > > The Thinkpad X1 Carbon 2nd generation (2014) ships with BIOS that will > return HKEY interface version 0x200. It needs thinkpad-acpi support > otherwise it will be routed to wrong branch and the hotkey mask will > be wrong. > > https://bugzilla.kern

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: support HKEY interface version 0x200

2016-04-19 Thread Bastien Nocera
On Tue, 2016-04-19 at 14:42 +0200, Bjørn Mork wrote: > Bastien Nocera writes: > > > > > From: Shuduo Sang > > > > The Thinkpad X1 Carbon 2nd generation (2014) ships with BIOS that > > will > > return HKEY interface version 0x200. It needs thinkpad-acpi support > > otherwise it will be routed t

[ibm-acpi-devel] [PATCH] thinkpad_acpi: support HKEY interface version 0x200

2016-04-19 Thread Bastien Nocera
From: Shuduo Sang The Thinkpad X1 Carbon 2nd generation (2014) ships with BIOS that will return HKEY interface version 0x200. It needs thinkpad-acpi support otherwise it will be routed to wrong branch and the hotkey mask will be wrong. https://bugzilla.kernel.org/show_bug.cgi?id=114731 Signed-o