From: IHARA Hiroka Date: Mon, 13 Feb 2017 02:34:53 +0000 (-0800) Subject: Input: elan_i2c - add ELAN0605 to the ACPI table X-Git-Tag: v4.4.51~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6cbae45a57f20764b84d7bf10c65e0b3c84efcc;p=profile%2Fcommon%2Fplatform%2Fkernel%2Flinux-artik7.git 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 Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c index d15b338..ed1935f 100644 --- a/drivers/input/mouse/elan_i2c_core.c +++ b/drivers/input/mouse/elan_i2c_core.c @@ -1232,6 +1232,7 @@ static const struct acpi_device_id elan_acpi_id[] = { { "ELAN0000", 0 }, { "ELAN0100", 0 }, { "ELAN0600", 0 }, + { "ELAN0605", 0 }, { "ELAN1000", 0 }, { } };