Skip to content

Commit f5bad62

Browse files
Jonathan Denosedtor
authored andcommitted
Input: i8042 - add quirk for Fujitsu Lifebook A574/H
Fujitsu Lifebook A574/H requires the nomux option to properly probe the touchpad, especially when waking from sleep. Signed-off-by: Jonathan Denose <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 7ae9fb1 commit f5bad62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/input/serio/i8042-acpipnpio.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,14 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
610610
},
611611
.driver_data = (void *)(SERIO_QUIRK_NOMUX)
612612
},
613+
{
614+
/* Fujitsu Lifebook A574/H */
615+
.matches = {
616+
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
617+
DMI_MATCH(DMI_PRODUCT_NAME, "FMVA0501PZ"),
618+
},
619+
.driver_data = (void *)(SERIO_QUIRK_NOMUX)
620+
},
613621
{
614622
/* Gigabyte M912 */
615623
.matches = {

0 commit comments

Comments
 (0)