Skip to content

Commit 78e7bbf

Browse files
flibitijibibogregkh
authored andcommitted
Input: goodix - add new ACPI id for GPD Win 2 touch screen
commit 5ca4d1a upstream. 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 <flibitijibibo@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 13d1c5b commit 78e7bbf

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
@@ -858,6 +858,7 @@ MODULE_DEVICE_TABLE(i2c, goodix_ts_id);
858858
#ifdef CONFIG_ACPI
859859
static const struct acpi_device_id goodix_acpi_match[] = {
860860
{ "GDIX1001", 0 },
861+
{ "GDIX1002", 0 },
861862
{ }
862863
};
863864
MODULE_DEVICE_TABLE(acpi, goodix_acpi_match);

0 commit comments

Comments
 (0)