lkml.org 
[lkml]   [2021]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] fix Touchscreen X Axis inversion on Trekstor Surftab W1
Date
Signed-off-by: Julian Schulte <schu.ju@gmx.net>
---
drivers/input/touchscreen/goodix.c | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index c682b028f..cec5f7bdc 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -248,6 +248,13 @@ static const struct dmi_system_id inverted_x_screen[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "I15-TC")
},
},
+ {
+ .ident = "TrekStor SurfTab duo W1 10.1 (VT4)",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TrekStor"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "SurfTab duo W1 10.1 (VT4)")
+ },
+ },
#endif
{}
};
--
2.30.2
\
 
 \ /
  Last update: 2021-06-26 08:54    [W:0.066 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site