Hi Dmitry, As discussed before here is a pull-req from an immutable branch moving most of the drivers/input/touchscreen/goodix.c DMI quirks to the generic x86/DMI touchscreen database in drivers/platform/x86/touchscreen_dmi.c Note I've dropped the patch moving the single invert_x quirk (leaving that quirk in goodix.c) since the generic touchscreen quirk code needs the dev_name() of the ACPI-device to which it should add the device-props and my requests to provide that have not been answered. Note I also have an outstanding (unrelated) patch-series for goodix touchscreens: "[PATCH 0/7] Input: goodix - Add support for controllers without flash" Please merge this pull-req first (there should be no conflicts, but still). Regards, Hans The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-goodix-v5.14-1 for you to fetch changes up to fcd8cf0e3e48f4c66af82c8e799c37cb0cccffe0: platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets (2021-05-20 15:17:24 +0200) ---------------------------------------------------------------- Signed tag for the immutable platform-drivers-x86-goodix branch for merging into the input subsystem. ---------------------------------------------------------------- Hans de Goede (3): Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.c platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets drivers/input/touchscreen/goodix.c | 52 --------------------- drivers/platform/x86/touchscreen_dmi.c | 85 ++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 52 deletions(-)