Skip to content

Commit 07b4c95

Browse files
Felix Engelhardtdtor
authored andcommitted
Input: goodix - add support for ACPI ID GDX9110
The Goodix touchscreen controller with ACPI ID GDX9110 was not recognized by the goodix driver. This patch adds this ID to the list of supported IDs, allowing the driver to be used with this device. The change will allow Linux to be used on ~1 million tablet devices used in Kenyan primary schools. Signed-off-by: Felix Engelhardt <felix.engelhardt@eidu.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230807124723.382899-1-felix.engelhardt@eidu.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent eb09074 commit 07b4c95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/input/touchscreen/goodix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,6 +1517,7 @@ MODULE_DEVICE_TABLE(i2c, goodix_ts_id);
15171517
static const struct acpi_device_id goodix_acpi_match[] = {
15181518
{ "GDIX1001", 0 },
15191519
{ "GDIX1002", 0 },
1520+
{ "GDX9110", 0 },
15201521
{ }
15211522
};
15221523
MODULE_DEVICE_TABLE(acpi, goodix_acpi_match);

0 commit comments

Comments
 (0)