diff options
Diffstat (limited to 'drivers/input/serio/i8042-x86ia64io.h')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 29e686388a2c..6fa2deff7446 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -143,6 +143,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { | |||
143 | DMI_MATCH(DMI_PRODUCT_VERSION, "M606"), | 143 | DMI_MATCH(DMI_PRODUCT_VERSION, "M606"), |
144 | }, | 144 | }, |
145 | }, | 145 | }, |
146 | { | ||
147 | .ident = "Gigabyte M912", | ||
148 | .matches = { | ||
149 | DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"), | ||
150 | DMI_MATCH(DMI_PRODUCT_NAME, "M912"), | ||
151 | DMI_MATCH(DMI_PRODUCT_VERSION, "01"), | ||
152 | }, | ||
153 | }, | ||
146 | { } | 154 | { } |
147 | }; | 155 | }; |
148 | 156 | ||
@@ -351,6 +359,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
351 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), | 359 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), |
352 | }, | 360 | }, |
353 | }, | 361 | }, |
362 | { | ||
363 | .ident = "Dell Vostro 1510", | ||
364 | .matches = { | ||
365 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | ||
366 | DMI_MATCH(DMI_PRODUCT_NAME, "Vostro1510"), | ||
367 | }, | ||
368 | }, | ||
354 | { } | 369 | { } |
355 | }; | 370 | }; |
356 | 371 | ||