aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/input
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>2019-09-06 15:02:32 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-09-06 18:40:22 -0400
commit0c043d70d04711fe6c380df9065fdc44192c49bf (patch)
treebdc9ad4ecabaaa1717fcff90b2ded4c4345dfdf9 /include/linux/input
parent849f5ae3a513c550cad741c68dd3d7eb2bcc2a2c (diff)
Input: elan_i2c - remove Lenovo Legion Y7000 PnpID
Looks like the Bios of the Lenovo Legion Y7000 is using ELAN061B when the actual device is supposed to be used with hid-multitouch. Remove it from the list of the supported device, hoping that no one will complain about the loss in functionality. Link: https://bugzilla.kernel.org/show_bug.cgi?id=203467 Fixes: 738c06d0e456 ("Input: elan_i2c - add hardware ID for multiple Lenovo laptops") Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'include/linux/input')
-rw-r--r--include/linux/input/elan-i2c-ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input/elan-i2c-ids.h b/include/linux/input/elan-i2c-ids.h
index ceabb01a6a7d..1ecb6b45812c 100644
--- a/include/linux/input/elan-i2c-ids.h
+++ b/include/linux/input/elan-i2c-ids.h
@@ -48,7 +48,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
48 { "ELAN0618", 0 }, 48 { "ELAN0618", 0 },
49 { "ELAN0619", 0 }, 49 { "ELAN0619", 0 },
50 { "ELAN061A", 0 }, 50 { "ELAN061A", 0 },
51 { "ELAN061B", 0 }, 51/* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */
52 { "ELAN061C", 0 }, 52 { "ELAN061C", 0 },
53 { "ELAN061D", 0 }, 53 { "ELAN061D", 0 },
54 { "ELAN061E", 0 }, 54 { "ELAN061E", 0 },