aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-09-10 13:53:37 -0700
committerBen Hutchings <ben@decadent.org.uk>2014-11-05 20:27:43 +0000
commit2f7cf95e2f72da7a3f46634413688c1ae6e4fe29 (patch)
treec451aacbaf2a09a5d9a6e8515c54535dbeea8cc1
parentcd2b663832bf1eeb2f5d15e092546ae0c0d58135 (diff)
downloadkernel_samsung_smdk4412-2f7cf95e2f72da7a3f46634413688c1ae6e4fe29.zip
kernel_samsung_smdk4412-2f7cf95e2f72da7a3f46634413688c1ae6e4fe29.tar.gz
kernel_samsung_smdk4412-2f7cf95e2f72da7a3f46634413688c1ae6e4fe29.tar.bz2
Input: i8042 - add Fujitsu U574 to no_timeout dmi table
commit cc18a69c92d0972bc2fc5a047ee3be1e8398171b upstream. https://bugzilla.kernel.org/show_bug.cgi?id=69731 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> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 031270c..e9b89de 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -594,6 +594,14 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
},
},
+ {
+ /* Fujitsu U574 laptop */
+ /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK U574"),
+ },
+ },
{ }
};