Merge branch 'next' into for-linus
[linux-block.git] / drivers / input / touchscreen / goodix.c
index c1b728e47827ff2165cda7500b7574d4740119bd..19765f1c04f7e3bad7b0e8357b5332545a01c89e 100644 (file)
@@ -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 = {