diff options
author | Ethan Lee <flibitijibibo@gmail.com> | 2018-05-31 16:13:17 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-16 09:54:27 +0200 |
commit | 646dbf05a86e52f9c5a532fd83a42d3195a2ebac (patch) | |
tree | 96db5ca9a97daa2d0c75275faacce5aab0378f4e /drivers/input | |
parent | 25bdf0807b52fc99c3e7a6b424a9e847510dab15 (diff) | |
download | linux-stable-646dbf05a86e52f9c5a532fd83a42d3195a2ebac.tar.gz linux-stable-646dbf05a86e52f9c5a532fd83a42d3195a2ebac.tar.bz2 linux-stable-646dbf05a86e52f9c5a532fd83a42d3195a2ebac.zip |
Input: goodix - add new ACPI id for GPD Win 2 touch screen
commit 5ca4d1ae9bad0f59bd6f851c39b19f5366953666 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>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/goodix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c index 4d113c9e4b77..7bf2597ce44c 100644 --- a/drivers/input/touchscreen/goodix.c +++ b/drivers/input/touchscreen/goodix.c @@ -425,6 +425,7 @@ MODULE_DEVICE_TABLE(i2c, goodix_ts_id); #ifdef CONFIG_ACPI static const struct acpi_device_id goodix_acpi_match[] = { { "GDIX1001", 0 }, + { "GDIX1002", 0 }, { } }; MODULE_DEVICE_TABLE(acpi, goodix_acpi_match); |