Skip to content

Commit ebc68ce

Browse files
jwrdegoededtor
authored andcommitted
Input: i8042 - add Acer Aspire 5738z to nomux list
The Acer Aspire 5738z has a button to disable (and re-enable) the touchpad next to the touchpad. When this button is pressed a LED underneath indicates that the touchpad is disabled (and an event is send to userspace and GNOME shows its touchpad enabled / disable OSD thingie). So far so good, but after re-enabling the touchpad it no longer works. The laptop does not have an external ps2 port, so mux mode is not needed and disabling mux mode fixes the touchpad no longer working after toggling it off and back on again, so lets add this laptop model to the nomux list. Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent c9c20ee commit ebc68ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,17 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
530530
DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo LaVie Z"),
531531
},
532532
},
533+
{
534+
/*
535+
* Acer Aspire 5738z
536+
* Touchpad stops working in mux mode when dis- + re-enabled
537+
* with the touchpad enable/disable toggle hotkey
538+
*/
539+
.matches = {
540+
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
541+
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
542+
},
543+
},
533544
{ }
534545
};
535546

0 commit comments

Comments
 (0)