diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-24 17:55:24 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2014-10-24 17:56:55 -0400 |
commit | 993b3a3f80a7842a48cd46c2b41e1b3ef6302468 (patch) | |
tree | 120ac0620af49d9b914459cffe397acdc276bc9b /drivers/input | |
parent | 2175b0f739934e718bc27770afd3d285c470bb1b (diff) |
Input: i8042 - quirks for Fujitsu Lifebook A544 and Lifebook AH544
These models need i8042.notimeout, otherwise the touchpad will not work.
BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=69731
BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1111138
Cc: stable@vger.kernel.org
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index a0bcbb64d06d..aa9b299f4e26 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -364,6 +364,22 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = { | |||
364 | }, | 364 | }, |
365 | }, | 365 | }, |
366 | { | 366 | { |
367 | /* Fujitsu A544 laptop */ | ||
368 | /* https://bugzilla.redhat.com/show_bug.cgi?id=1111138 */ | ||
369 | .matches = { | ||
370 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), | ||
371 | DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK A544"), | ||
372 | }, | ||
373 | }, | ||
374 | { | ||
375 | /* Fujitsu AH544 laptop */ | ||
376 | /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ | ||
377 | .matches = { | ||
378 | DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), | ||
379 | DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"), | ||
380 | }, | ||
381 | }, | ||
382 | { | ||
367 | /* Fujitsu U574 laptop */ | 383 | /* Fujitsu U574 laptop */ |
368 | /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ | 384 | /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */ |
369 | .matches = { | 385 | .matches = { |