linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend] Input: goodix - add support for ACPI ID GDIX1003
@ 2025-10-13 12:10 Hans de Goede
  2025-10-13 16:35 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2025-10-13 12:10 UTC (permalink / raw)
  To: Dmitry Torokhov
  Cc: Hans de Goede, Bastien Nocera, linux-input, Hans de Goede,
	Weikang Guo

From: Hans de Goede <hdegoede@redhat.com>

Some newer devices use an ACPI hardware ID of GDIX1003 for their Goodix
touchscreen controller, instead of GDIX1001 / GDIX1002. Add GDIX1003
to the goodix_acpi_match[] table.

Reported-by: Weikang Guo <guoweikang.kernel@gmail.com>
Closes: https://lore.kernel.org/linux-input/20250225024409.1467040-1-guoweikang.kernel@gmail.com/
Tested-by: Weikang Guo <guoweikang.kernel@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/input/touchscreen/goodix.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index 252dcae039f8..5551decb8d22 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -1557,6 +1557,7 @@ MODULE_DEVICE_TABLE(i2c, goodix_ts_id);
 static const struct acpi_device_id goodix_acpi_match[] = {
 	{ "GDIX1001", 0 },
 	{ "GDIX1002", 0 },
+	{ "GDIX1003", 0 },
 	{ "GDX9110", 0 },
 	{ }
 };
-- 
2.51.0


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

* Re: [PATCH resend] Input: goodix - add support for ACPI ID GDIX1003
  2025-10-13 12:10 [PATCH resend] Input: goodix - add support for ACPI ID GDIX1003 Hans de Goede
@ 2025-10-13 16:35 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2025-10-13 16:35 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Bastien Nocera, linux-input, Hans de Goede, Weikang Guo

On Mon, Oct 13, 2025 at 02:10:22PM +0200, Hans de Goede wrote:
> From: Hans de Goede <hdegoede@redhat.com>
> 
> Some newer devices use an ACPI hardware ID of GDIX1003 for their Goodix
> touchscreen controller, instead of GDIX1001 / GDIX1002. Add GDIX1003
> to the goodix_acpi_match[] table.
> 
> Reported-by: Weikang Guo <guoweikang.kernel@gmail.com>
> Closes: https://lore.kernel.org/linux-input/20250225024409.1467040-1-guoweikang.kernel@gmail.com/
> Tested-by: Weikang Guo <guoweikang.kernel@gmail.com>
> Signed-off-by: Hans de Goede <hdegoede@redhat.com>

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2025-10-13 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-13 12:10 [PATCH resend] Input: goodix - add support for ACPI ID GDIX1003 Hans de Goede
2025-10-13 16:35 ` Dmitry Torokhov

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).