]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.14.60/input-elan_i2c-add-acpi-id-for-lenovo-ideapad-330.patch
Fixes for 4.19
[thirdparty/kernel/stable-queue.git] / releases / 4.14.60 / input-elan_i2c-add-acpi-id-for-lenovo-ideapad-330.patch
1 From 938f45008d8bc391593c97508bc798cc95a52b9b Mon Sep 17 00:00:00 2001
2 From: Donald Shanty III <dshanty@protonmail.com>
3 Date: Wed, 4 Jul 2018 15:50:47 +0000
4 Subject: Input: elan_i2c - add ACPI ID for lenovo ideapad 330
5
6 From: Donald Shanty III <dshanty@protonmail.com>
7
8 commit 938f45008d8bc391593c97508bc798cc95a52b9b upstream.
9
10 This allows Elan driver to bind to the touchpad found in Lenovo Ideapad 330
11 series laptops.
12
13 Signed-off-by: Donald Shanty III <dshanty@protonmail.com>
14 Cc: stable@vger.kernel.org
15 Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
16 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17
18 ---
19 drivers/input/mouse/elan_i2c_core.c | 1 +
20 1 file changed, 1 insertion(+)
21
22 --- a/drivers/input/mouse/elan_i2c_core.c
23 +++ b/drivers/input/mouse/elan_i2c_core.c
24 @@ -1262,6 +1262,7 @@ static const struct acpi_device_id elan_
25 { "ELAN0611", 0 },
26 { "ELAN0612", 0 },
27 { "ELAN0618", 0 },
28 + { "ELAN061D", 0 },
29 { "ELAN1000", 0 },
30 { }
31 };