Skip to content

Commit 0c043d7

Browse files
bentissdtor
authored andcommitted
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: 738c06d ("Input: elan_i2c - add hardware ID for multiple Lenovo laptops") Signed-off-by: Benjamin Tissoires <[email protected]> Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 849f5ae commit 0c043d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/input/elan-i2c-ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
4848
{ "ELAN0618", 0 },
4949
{ "ELAN0619", 0 },
5050
{ "ELAN061A", 0 },
51-
{ "ELAN061B", 0 },
51+
/* { "ELAN061B", 0 }, not working on the Lenovo Legion Y7000 */
5252
{ "ELAN061C", 0 },
5353
{ "ELAN061D", 0 },
5454
{ "ELAN061E", 0 },

0 commit comments

Comments
 (0)