Skip to content

Commit 9ff84a1

Browse files
jwrdegoededtor
authored andcommitted
Input: i8042 - add noloop quirk for Asus X750LN
Without this the aux port does not get detected, and consequently the touchpad will not work. https://bugzilla.redhat.com/show_bug.cgi?id=1110011 Cc: stable@vger.kernel.org Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent aa97240 commit 9ff84a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
9999
DMI_MATCH(DMI_BOARD_VERSION, "REV 2.X"),
100100
},
101101
},
102+
{
103+
.matches = {
104+
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
105+
DMI_MATCH(DMI_PRODUCT_NAME, "X750LN"),
106+
},
107+
},
102108
{
103109
.matches = {
104110
DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),

0 commit comments

Comments
 (0)