We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e0609 commit cffdd6dCopy full SHA for cffdd6d
drivers/input/touchscreen/goodix.c
@@ -192,6 +192,18 @@ static const struct dmi_system_id rotated_screen[] = {
192
DMI_MATCH(DMI_BIOS_DATE, "12/19/2014"),
193
},
194
195
+ {
196
+ .ident = "Teclast X98 Pro",
197
+ .matches = {
198
+ /*
199
+ * Only match BIOS date, because the manufacturers
200
+ * BIOS does not report the board name at all
201
+ * (sometimes)...
202
+ */
203
+ DMI_MATCH(DMI_BOARD_VENDOR, "TECLAST"),
204
+ DMI_MATCH(DMI_BIOS_DATE, "10/28/2015"),
205
+ },
206
207
{
208
.ident = "WinBook TW100",
209
.matches = {
0 commit comments