summaryrefslogtreecommitdiffstats
path: root/drivers/platform/x86/x86-android-tablets/other.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2023-04-29 12:50:56 +0200
committerHans de Goede <hdegoede@redhat.com>2023-05-09 11:54:42 +0200
commit392442bcd2f900427389a0ffe273f9704441e30c (patch)
treee0fd55516f04096e46542bc7dce95d62e8417c53 /drivers/platform/x86/x86-android-tablets/other.c
parentd2beb6f22fb08587015a16e25ccceeae6bd719d9 (diff)
downloadlinux-stable-392442bcd2f900427389a0ffe273f9704441e30c.tar.gz
linux-stable-392442bcd2f900427389a0ffe273f9704441e30c.tar.bz2
linux-stable-392442bcd2f900427389a0ffe273f9704441e30c.zip
platform/x86: x86-android-tablets: Remove unnecessary invalid_aei_gpiochip settings
Since commit 5adc409340b1 ("ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper") the ACPI GPIO code will not register any GPIO event handlers at all for devices which have the ACPI_QUIRK_SKIP_GPIO_EVENT_HANDLERS set in their DMI table entry in drivers/acpi/x86/utils.c . This includes the Nextbook Ares 8 and the Asus ME176C and TF103C models, so x86-android-tablets no longer needs to disable the GPIO event handlers on these, since they have never been registered at all. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/20230429105057.7697-2-hdegoede@redhat.com
Diffstat (limited to 'drivers/platform/x86/x86-android-tablets/other.c')
-rw-r--r--drivers/platform/x86/x86-android-tablets/other.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/x86-android-tablets/other.c b/drivers/platform/x86/x86-android-tablets/other.c
index 83cd7e16c84c..fb512c084fe9 100644
--- a/drivers/platform/x86/x86-android-tablets/other.c
+++ b/drivers/platform/x86/x86-android-tablets/other.c
@@ -377,7 +377,6 @@ const struct x86_dev_info nextbook_ares8_info __initconst = {
.pdev_info = int3496_pdevs,
.pdev_count = 1,
.gpiod_lookup_tables = nextbook_ares8_gpios,
- .invalid_aei_gpiochip = "INT33FC:02",
};
/*