]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.14.60/input-elan_i2c-add-another-acpi-id-for-lenovo-ideapad-330-15ast.patch
Remove duplicated commits
[thirdparty/kernel/stable-queue.git] / releases / 4.14.60 / input-elan_i2c-add-another-acpi-id-for-lenovo-ideapad-330-15ast.patch
CommitLineData
5b0b9568
GKH
1From 6f88a6439da5d94de334a341503bc2c7f4a7ea7f Mon Sep 17 00:00:00 2001
2From: KT Liao <kt.liao@emc.com.tw>
3Date: Mon, 16 Jul 2018 12:10:03 +0000
4Subject: Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
5
6From: KT Liao <kt.liao@emc.com.tw>
7
8commit 6f88a6439da5d94de334a341503bc2c7f4a7ea7f upstream.
9
10Add ELAN0622 to ACPI mapping table to support Elan touchpad found in
11Ideapad 330-15AST.
12
13Signed-off-by: KT Liao <kt.liao@emc.com.tw>
14Reported-by: Anant Shende <anantshende@gmail.com>
15Cc: stable@vger.kernel.org
16Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
17Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18
19---
20 drivers/input/mouse/elan_i2c_core.c | 1 +
21 1 file changed, 1 insertion(+)
22
23--- a/drivers/input/mouse/elan_i2c_core.c
24+++ b/drivers/input/mouse/elan_i2c_core.c
25@@ -1263,6 +1263,7 @@ static const struct acpi_device_id elan_
26 { "ELAN0612", 0 },
27 { "ELAN0618", 0 },
28 { "ELAN061D", 0 },
29+ { "ELAN0622", 0 },
30 { "ELAN1000", 0 },
31 { }
32 };