aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/goodix.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-12-06 11:14:23 -0800
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2019-12-06 11:14:23 -0800
commitafbd65f5e71a37fc9f46cb3e867e141a65d6ec25 (patch)
treea597cd1bcfc6816b08dbc6d7e7fea395fa61d898 /drivers/input/touchscreen/goodix.c
parentMerge branch 'next' into for-linus (diff)
parentInput: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers (diff)
downloadlinux-dev-afbd65f5e71a37fc9f46cb3e867e141a65d6ec25.tar.xz
linux-dev-afbd65f5e71a37fc9f46cb3e867e141a65d6ec25.zip
Merge branch 'next' into for-linus
Prepare second round of updates for 5.5 merge window.
Diffstat (limited to 'drivers/input/touchscreen/goodix.c')
-rw-r--r--drivers/input/touchscreen/goodix.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index fb43aa708660..0403102e807e 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -129,6 +129,15 @@ static const unsigned long goodix_irq_flags[] = {
static const struct dmi_system_id rotated_screen[] = {
#if defined(CONFIG_DMI) && defined(CONFIG_X86)
{
+ .ident = "Teclast X89",
+ .matches = {
+ /* tPAD is too generic, also match on bios date */
+ DMI_MATCH(DMI_BOARD_VENDOR, "TECLAST"),
+ DMI_MATCH(DMI_BOARD_NAME, "tPAD"),
+ DMI_MATCH(DMI_BIOS_DATE, "12/19/2014"),
+ },
+ },
+ {
.ident = "WinBook TW100",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "WinBook"),