platform/x86: touchscreen_dmi: Remove the Glavey TM800A550L entry
authorHans de Goede <hdegoede@redhat.com>
Mon, 3 Jan 2022 11:27:00 +0000 (12:27 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 5 Jan 2022 10:31:18 +0000 (11:31 +0100)
commit7a4af4b891b875b50ddfeb9b566fcc454744ab04
tree6fa4cb8081e90b11585794d901a8d199eed84fde
parentbfe92170c939297a9623d973a122fbe1d9da8c14
platform/x86: touchscreen_dmi: Remove the Glavey TM800A550L entry

The Glavey TM800A550L tablet is a tablet which ships with Android as
factory OS. As such it has the typical broken DSDT which x86 Android
tablets tend to have.

Specifically the touchscreen ACPI device node is missing the IRQ for
the touchscreen. So far users were expected to fix this with a DSDT
overlay, but support for the TM800A550L has been added to the new
x86-android-modules kernel-module and that will now automatically
instantiate a proper i2c-client with the IRQ set for the touchscreen,
including the necessary device-properties for the firmware loading.

This means that the touchscreen_dmi entry for the TM800A550L is
no longer necessary (and it no longer matches either since the
touchscreen is no longer enumerated through ACPI), remove it.

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