Skip to content

Commit 7ce7c22

Browse files
tiwaidtor
authored andcommitted
Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
Yet another quirk entry for Fujitsu laptop. Lifebook E756 requires i8041.nomux for keeping the touchpad working after suspend/resume. Link: https://bugzilla.suse.com/show_bug.cgi?id=1229056 Signed-off-by: Takashi Iwai <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 206f533 commit 7ce7c22

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

drivers/input/serio/i8042-acpipnpio.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,15 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
626626
},
627627
.driver_data = (void *)(SERIO_QUIRK_NOMUX)
628628
},
629+
{
630+
/* Fujitsu Lifebook E756 */
631+
/* https://bugzilla.suse.com/show_bug.cgi?id=1229056 */
632+
.matches = {
633+
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
634+
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E756"),
635+
},
636+
.driver_data = (void *)(SERIO_QUIRK_NOMUX)
637+
},
629638
{
630639
/* Fujitsu Lifebook E5411 */
631640
.matches = {

0 commit comments

Comments
 (0)