diff options
Diffstat (limited to 'drivers')
-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 e196bf246f30..6fa2deff7446 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -359,6 +359,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
359 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), | 359 | DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"), |
360 | }, | 360 | }, |
361 | }, | 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 | }, | ||
362 | { } | 369 | { } |
363 | }; | 370 | }; |
364 | 371 | ||