]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840
authorHans de Goede <hdegoede@redhat.com>
Sat, 16 Nov 2024 09:58:24 +0000 (10:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:04:06 +0000 (20:04 +0100)
commitac0536c564ec2269dfc0d1caa34917e3cb17d3bb
treea59ed76c3d69ce5af143ea127e8d012cc0705bf1
parent7c2e5ed2175e4ab5174f57e29f6c611b6e8f55c7
ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8 A1-840

[ Upstream commit 82f250ed1a1dcde0ad2a1513f85af7f9514635e8 ]

The Acer Iconia One 8 A1-840 (not to be confused with the A1-840FHD which
is a different model) ships with Android 4.4 as factory OS and has the
usual broken DSDT issues for x86 Android tablets.

Add quirks to skip ACPI I2C client enumeration and disable ACPI battery/AC
and ACPI GPIO event handlers.

Also add the "INT33F5" HID for the TI PMIC used on this tablet to the list
of HIDs for which not to skip i2c_client instantiation, since we do want
an ACPI instantiated i2c_client for the PMIC.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241116095825.11660-1-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/x86/utils.c