diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-09-10 13:53:37 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-05 14:52:19 -0700 |
commit | 098dfe6be140adf6f33d72e8a0f07612ee63dbbe (patch) | |
tree | 29ef40d8311e1a7dfbba2d22e375080d492c93e2 /drivers/input | |
parent | 5dcececa31c60252a6b418bae6cba030279a34b7 (diff) | |
download | kernel-common-098dfe6be140adf6f33d72e8a0f07612ee63dbbe.tar.gz kernel-common-098dfe6be140adf6f33d72e8a0f07612ee63dbbe.tar.bz2 kernel-common-098dfe6be140adf6f33d72e8a0f07612ee63dbbe.zip |
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/input')
-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 381b20d4c561..7480037dcfe4 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h @@ -601,6 +601,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"), + }, + }, { } }; |