diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-09-10 16:53:37 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-09-12 02:31:52 -0400 |
commit | cc18a69c92d0972bc2fc5a047ee3be1e8398171b (patch) | |
tree | f1b057649e53f1d98e8a83cbbc3dff106a14b5da | |
parent | c01206796139e2b1feb7539bc72174fef1c6dc6e (diff) |
Input: i8042 - add Fujitsu U574 to no_timeout dmi table
https://bugzilla.kernel.org/show_bug.cgi?id=69731
Cc: stable@vger.kernel.org
Reported-by: Jason Robinson <mail@jasonrobinson.me>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-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 | ||