Skip to content

Commit 07b4c95

Browse files
berlixdtor
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 <[email protected]> Reviewed-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent eb09074 commit 07b4c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)