All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: Add nopnp quirk for Acer Aspire 5 A515
@ 2020-09-25 21:38 Jiri Kosina
  2020-09-28 23:21 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Kosina @ 2020-09-25 21:38 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-kernel, Andrés Barrantes Silman

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(+)

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"),
+		},
+	},
 	{ }
 };
 
-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Input: Add nopnp quirk for Acer Aspire 5 A515
  2020-09-25 21:38 [PATCH] Input: Add nopnp quirk for Acer Aspire 5 A515 Jiri Kosina
@ 2020-09-28 23:21 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2020-09-28 23:21 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-input, linux-kernel, Andrés Barrantes Silman

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.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-28 23:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25 21:38 [PATCH] Input: Add nopnp quirk for Acer Aspire 5 A515 Jiri Kosina
2020-09-28 23:21 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.