]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.9.45/input-elan_i2c-add-elan0608-to-the-acpi-table.patch
4.9-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.9.45 / input-elan_i2c-add-elan0608-to-the-acpi-table.patch
1 From 1874064eed0502bd9bef7be8023757b0c4f26883 Mon Sep 17 00:00:00 2001
2 From: Kai-Heng Feng <kai.heng.feng@canonical.com>
3 Date: Mon, 14 Aug 2017 20:11:26 -0700
4 Subject: Input: elan_i2c - add ELAN0608 to the ACPI table
5
6 From: Kai-Heng Feng <kai.heng.feng@canonical.com>
7
8 commit 1874064eed0502bd9bef7be8023757b0c4f26883 upstream.
9
10 Similar to commit 722c5ac708b4f ("Input: elan_i2c - add ELAN0605 to the
11 ACPI table"), ELAN0608 should be handled by elan_i2c.
12
13 This touchpad can be found in Lenovo ideapad 320-14IKB.
14
15 BugLink: https://bugs.launchpad.net/bugs/1708852
16
17 Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
18 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
19 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20
21 ---
22 drivers/input/mouse/elan_i2c_core.c | 1 +
23 1 file changed, 1 insertion(+)
24
25 --- a/drivers/input/mouse/elan_i2c_core.c
26 +++ b/drivers/input/mouse/elan_i2c_core.c
27 @@ -1235,6 +1235,7 @@ static const struct acpi_device_id elan_
28 { "ELAN0100", 0 },
29 { "ELAN0600", 0 },
30 { "ELAN0605", 0 },
31 + { "ELAN0608", 0 },
32 { "ELAN1000", 0 },
33 { }
34 };