projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ba083
)
Input: goodix - add new ACPI id for GPD Win 2 touch screen
author
Ethan Lee
<flibitijibibo@gmail.com>
Thu, 31 May 2018 23:13:17 +0000
(16:13 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 4 Jun 2018 20:31:48 +0000
(13:31 -0700)
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>
drivers/input/touchscreen/goodix.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/goodix.c
b/drivers/input/touchscreen/goodix.c
index 9736c83dd418fc702a743d9f2db36e603e260c3e..f2d9c2c4188558a38cc8458e4561d4ead7d7a5f3 100644
(file)
--- a/
drivers/input/touchscreen/goodix.c
+++ b/
drivers/input/touchscreen/goodix.c
@@
-933,6
+933,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);