Hi All, Here is v2 (more of a resend really) of my patch series to allow the existing quirk mechanism in drivers/acpi/x86/utils.c to disable ACPI GPIO event handlers on systems where these are totally broken (typically systems which use Android as factory OS with a heavily patched linux kernel). New in this version of the series is the addition of a second new quirk using this. Regards, Hans Hans de Goede (3): ACPI: x86: Introduce an acpi_quirk_skip_gpio_event_handlers() helper ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 7 B1-750 ACPI: x86: Add skip i2c clients quirk for Lenovo Yoga Book X90 drivers/acpi/x86/utils.c | 45 ++++++++++++++++++++++++++++++++++--- drivers/gpio/gpiolib-acpi.c | 3 +++ include/acpi/acpi_bus.h | 5 +++++ 3 files changed, 50 insertions(+), 3 deletions(-) -- 2.39.1