diff options
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 136b7b204f56..2f08daa49f8b 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -608,6 +608,14 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = { | |||
608 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"), | 608 | DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"), |
609 | }, | 609 | }, |
610 | }, | 610 | }, |
611 | { | ||
612 | /* Fujitsu U574 laptop */ | ||
613 | /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ | ||
614 | .matches = { | ||
615 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), | ||
616 | DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U574"), | ||
617 | }, | ||
618 | }, | ||
611 | { } | 619 | { } |
612 | }; | 620 | }; |
613 | 621 | ||