Commit cffdd6d9 authored by Simon Beginn's avatar Simon Beginn Committed by Dmitry Torokhov
Browse files

Input: goodix - add upside-down quirk for Teclast X98 Pro tablet



The touchscreen on the Teclast x98 Pro is also mounted upside-down in
relation to the display orientation.

Signed-off-by: default avatarSimon Beginn <linux@simonmicro.de>
Signed-off-by: default avatarBastien Nocera <hadess@hadess.net>
Link: https://lore.kernel.org/r/20201117004253.27A5A27EFD@localhost


Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 82e06090
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -192,6 +192,18 @@ 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 = {