Skip to content

Commit 5ca4d1a

Browse files
flibitijibibodtor
authored andcommitted
Input: goodix - add new ACPI id for GPD Win 2 touch screen
GPD Win 2 Website: http://www.gpd.hk/gpdwin2.asp Tested on a unit from the first production run sent to Indiegogo backers Signed-off-by: Ethan Lee <[email protected]> Cc: [email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent c1ba083 commit 5ca4d1a

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
@@ -933,6 +933,7 @@ MODULE_DEVICE_TABLE(i2c, goodix_ts_id);
933933
#ifdef CONFIG_ACPI
934934
static const struct acpi_device_id goodix_acpi_match[] = {
935935
{ "GDIX1001", 0 },
936+
{ "GDIX1002", 0 },
936937
{ }
937938
};
938939
MODULE_DEVICE_TABLE(acpi, goodix_acpi_match);

0 commit comments

Comments
 (0)