linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: i8042 - add quirk for Lenovo ThinkPad T14 Gen 1
@ 2023-09-25 21:33 Jonathan Denose
  2023-09-26 10:37 ` Hans de Goede
  2023-11-25  4:45 ` Dmitry Torokhov
  0 siblings, 2 replies; 11+ messages in thread
From: Jonathan Denose @ 2023-09-25 21:33 UTC (permalink / raw)
  To: linux-input
  Cc: Jonathan Denose, Dmitry Torokhov, Hans de Goede, Huacai Chen,
	Mattijs Korpershoek, Takashi Iwai, Werner Sembach, linux-kernel

The ThinkPad T14 Gen 1 touchpad works fine except that clicking
and dragging by tapping the touchpad or depressing the touchpad
do not work. Disabling PNP for controller setting discovery enables
click and drag without negatively impacting other touchpad features.

Signed-off-by: Jonathan Denose <jdenose@google.com>
---

 drivers/input/serio/i8042-acpipnpio.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/input/serio/i8042-acpipnpio.h b/drivers/input/serio/i8042-acpipnpio.h
index 1724d6cb8649d..c487047d878cd 100644
--- a/drivers/input/serio/i8042-acpipnpio.h
+++ b/drivers/input/serio/i8042-acpipnpio.h
@@ -830,6 +830,14 @@ static const struct dmi_system_id i8042_dmi_quirk_table[] __initconst = {
 		},
 		.driver_data = (void *)(SERIO_QUIRK_RESET_ALWAYS)
 	},
+	{
+		/* Lenovo ThinkPad T14 Gen 1*/
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "20S0002UUS")
+		},
+		.driver_data = (void *)(SERIO_QUIRK_NOPNP)
+	},
 	{
 		/* Lenovo ThinkPad Twist S230u */
 		.matches = {
-- 
2.42.0.515.g380fc7ccd1-goog


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

end of thread, other threads:[~2024-01-12 15:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-25 21:33 [PATCH] Input: i8042 - add quirk for Lenovo ThinkPad T14 Gen 1 Jonathan Denose
2023-09-26 10:37 ` Hans de Goede
2023-11-21 20:23   ` Jonathan Denose
2023-11-22 15:17     ` Hans de Goede
2023-11-25  4:45 ` Dmitry Torokhov
2023-11-27 16:38   ` Jonathan Denose
2024-01-08 16:36     ` Jonathan Denose
2024-01-09 19:28     ` Dmitry Torokhov
2024-01-10 23:42       ` Jonathan Denose
2024-01-11 10:48         ` Hans de Goede
2024-01-12 15:10           ` Jonathan Denose

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).