diff options
author | Chen-Yu Tsai <wens@csie.org> | 2018-07-18 13:24:35 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-07-18 13:25:52 -0400 |
commit | 384cf4285b34e08917e3e66603382f2b0c4f6e1b (patch) | |
tree | 61b8a0159100c9c16ba77179ebbfee26d37aae3a | |
parent | 6f88a6439da5d94de334a341503bc2c7f4a7ea7f (diff) |
Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
The Lenovo LaVie Z laptop requires i8042 to be reset in order to
consistently detect its Elantech touchpad. The nomux and kbdreset
quirks are not sufficient.
It's possible the other LaVie Z models from NEC require this as well.
Cc: stable@vger.kernel.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index b353d494ad40..136f6e7bf797 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -527,6 +527,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = { | |||
527 | DMI_MATCH(DMI_PRODUCT_NAME, "N24_25BU"), | 527 | DMI_MATCH(DMI_PRODUCT_NAME, "N24_25BU"), |
528 | }, | 528 | }, |
529 | }, | 529 | }, |
530 | { | ||
531 | /* Lenovo LaVie Z */ | ||
532 | .matches = { | ||
533 | DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), | ||
534 | DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo LaVie Z"), | ||
535 | }, | ||
536 | }, | ||
530 | { } | 537 | { } |
531 | }; | 538 | }; |
532 | 539 | ||