diff mbox series

Input: Add nopnp quirk for Acer Aspire 5 A515

Message ID nycvar.YFH.7.76.2009252337340.3336@cbobk.fhfr.pm
State New
Headers show
Series Input: Add nopnp quirk for Acer Aspire 5 A515 | expand

Commit Message

Jiri Kosina Sept. 25, 2020, 9:38 p.m. UTC
From: Jiri Kosina <jkosina@suse.cz>

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 <andresbs2000@protonmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
---
 drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Dmitry Torokhov Sept. 28, 2020, 11:21 p.m. UTC | #1
On Fri, Sep 25, 2020 at 11:38:50PM +0200, Jiri Kosina wrote:
> From: Jiri Kosina <jkosina@suse.cz>
> 
> 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 <andresbs2000@protonmail.com>
> Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Applied, thank you.
diff mbox series

Patch

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 7d7f73702726..2527e19c95b4 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -705,6 +705,13 @@  static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
 		},
 	},
+	{
+		/* Acer Aspire 5 A515 */
+		.matches = {
+			DMI_MATCH(DMI_BOARD_NAME, "Grumpy_PK"),
+			DMI_MATCH(DMI_BOARD_VENDOR, "PK"),
+		},
+	},
 	{ }
 };