linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: goodix - Add upside-down quirk for Teclast X98 Pro tablet
@ 2020-11-17  0:42 Simon Beginn
  2020-11-17 15:05 ` Bastien Nocera
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Beginn @ 2020-11-17  0:42 UTC (permalink / raw)
  To: linux-input

The touchscreen on the Teclast x98 Pro is also mounted upside-down in relation to the display orientation. I added it also to the list of those devices. Verified it works on my device - this has not been tested with more users than myself...

diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index f8dd416c89b2..7668174b62ed 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -136,6 +136,16 @@ static const struct dmi_system_id rotated_screen[] = {
                        DMI_MATCH(DMI_BIOS_DATE, "12/19/2014"),
                },
        },
+       {
+               .ident = "Teclast X98 Pro",
+               .matches = {
+                       /* Only match bios date, because the manufacturers bios
+                        * does not report the board name at all (sometimes)...
+                        */
+                       DMI_MATCH(DMI_BOARD_VENDOR, "TECLAST"),
+                       DMI_MATCH(DMI_BIOS_DATE, "10/28/2015"),
+               },
+       },
        {
                .ident = "WinBook TW100",
                .matches = {

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-12-11 23:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17  0:42 [PATCH] Input: goodix - Add upside-down quirk for Teclast X98 Pro tablet Simon Beginn
2020-11-17 15:05 ` Bastien Nocera
2020-12-07 15:13   ` Bastien Nocera
2020-12-08  1:53     ` Dmitry Torokhov
     [not found]   ` <434f5579-5ca7-5f54-c853-af720769e1cc@simonmicro.de>
     [not found]     ` <5f9a868c166e13062a2109ab868f9e806aafc563.camel@hadess.net>
     [not found]       ` <111d63473070310b1576c633e4e5debac0a4b22f.camel@hadess.net>
     [not found]         ` <422df127-449f-247f-bb7e-005575dc23cd@simonmicro.de>
2020-12-11 22:36           ` Fwd: " Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).