Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: adding new hotkey ID for Lenovo thinkpad

2016-12-12 Thread Hui Wang
On 12/13/2016 02:23 AM, Darren Hart wrote: > On Tue, Nov 08, 2016 at 04:13:23PM +0800, Hui Wang wrote: >> Recently we met an issue on lots of Lenovo thinkpad laptops (those >> laptops are not released to market yet), the issue is that the >> thinkpad_acpi.ko can't be auto

Re: [ibm-acpi-devel] [PATCH] thinkpad_acpi: adding new hotkey ID for Lenovo thinkpad

2016-11-11 Thread Hui Wang
On 11/08/2016 09:43 PM, Henrique de Moraes Holschuh wrote: > On Tue, 08 Nov 2016, Hui Wang wrote: > >> laptops are not released to market yet), the issue is that the >> thinkpad_acpi.ko can't be automatically loaded as before. >> >> Through debugging, we found

[ibm-acpi-devel] [PATCH] thinkpad_acpi: adding new hotkey ID for Lenovo thinkpad

2016-11-11 Thread Hui Wang
KV is 0x200 instead of 0x100. So adding the new ID into the driver. Signed-off-by: Hui Wang --- drivers/platform/x86/thinkpad_acpi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index b65ce75..dbd2e27 100644