Skip to content

Commit 5fc27b0

Browse files
Jiri Kosinadtor
authored andcommitted
Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
Touchpad on this laptop is not detected properly during boot, as PNP enumerates (wrongly) AUX port as disabled on this machine. Fix that by adding this board (with admittedly quite funny DMI identifiers) to nopnp quirk list. Reported-by: Andrés Barrantes Silman <[email protected]> Signed-off-by: Jiri Kosina <[email protected]> Link: https://lore.kernel.org/r/[email protected] Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 996d585 commit 5fc27b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/input/serio/i8042-x86ia64io.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
721721
DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
722722
},
723723
},
724+
{
725+
/* Acer Aspire 5 A515 */
726+
.matches = {
727+
DMI_MATCH(DMI_BOARD_NAME, "Grumpy_PK"),
728+
DMI_MATCH(DMI_BOARD_VENDOR, "PK"),
729+
},
730+
},
724731
{ }
725732
};
726733

0 commit comments

Comments
 (0)