platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscr...
authorHans de Goede <hdegoede@redhat.com>
Tue, 4 May 2021 18:57:44 +0000 (20:57 +0200)
committerHans de Goede <hdegoede@redhat.com>
Thu, 20 May 2021 13:17:15 +0000 (15:17 +0200)
commita22e3803f2a4d947ff0083a9448a169269ea0f62
tree7aa6ffd2aba8d13bd9ad64216e7c95d1ec73414f
parent5a6f0dbe621a5c20dc912ac474debf9f11129e03
platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets

Teclast X89 tablets come in 2 versions, with Windows pre-installed and with
Android pre-installed. These 2 versions have different DMI strings.

Add a match for the DMI strings used by the Android version BIOS.

Note the Android version BIOS has a bug in the DSDT where no IRQ is
provided, so for the touchscreen to work a DSDT override fixing this
is necessary as well.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20210504185746.175461-4-hdegoede@redhat.com
drivers/platform/x86/touchscreen_dmi.c