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 6168469ad1a6..42201c538086 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -166,6 +166,13 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
166 }, 166 },
167 }, 167 },
168 { 168 {
169 /* Gigabyte Spring Peak - defines wrong chassis type */
170 .matches = {
171 DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
172 DMI_MATCH(DMI_PRODUCT_NAME, "Spring Peak"),
173 },
174 },
175 {
169 .matches = { 176 .matches = {
170 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), 177 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
171 DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"), 178 DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),