Skip to content

Commit c6cbae4

Browse files
IHARA Hirokagregkh
authored andcommitted
Input: elan_i2c - add ELAN0605 to the ACPI table
commit 722c5ac708b4f5c1fcfad5fed4c95234c8b06590 upstream. ELAN0605 has been confirmed to be a variant of ELAN0600, which is blacklisted in the hid-core to be managed by elan_i2c. This device can be found in Lenovo ideapad 310s (80U4000). Signed-off-by: Hiroka IHARA <ihara_h@live.jp> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 65de8bf commit c6cbae4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/mouse/elan_i2c_core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
12321232
{ "ELAN0000", 0 },
12331233
{ "ELAN0100", 0 },
12341234
{ "ELAN0600", 0 },
1235+
{ "ELAN0605", 0 },
12351236
{ "ELAN1000", 0 },
12361237
{ }
12371238
};

0 commit comments

Comments
 (0)