aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index ae81e57e13b9..6cbbdc6e9687 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -840,6 +840,13 @@ static const struct dmi_system_id __initconst i8042_dmi_kbdreset_table[] = {
840 }, 840 },
841 }, 841 },
842 { 842 {
843 /* Gigabyte P57 - Elantech touchpad */
844 .matches = {
845 DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
846 DMI_MATCH(DMI_PRODUCT_NAME, "P57"),
847 },
848 },
849 {
843 /* Schenker XMG C504 - Elantech touchpad */ 850 /* Schenker XMG C504 - Elantech touchpad */
844 .matches = { 851 .matches = {
845 DMI_MATCH(DMI_SYS_VENDOR, "XMG"), 852 DMI_MATCH(DMI_SYS_VENDOR, "XMG"),