]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5V
authorHans de Goede <hdegoede@redhat.com>
Thu, 23 Jan 2025 13:22:02 +0000 (14:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Feb 2025 13:01:27 +0000 (14:01 +0100)
commit019287b90532eb88fd200ddc3e7b3a9c79a55e34
tree62091fb458ae8d6d137e802fa676e598a014278c
parent40f161657334ad9c699988f6f6554900c2f47219
ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5V

[ Upstream commit 8f62ca9c338aae4f73e9ce0221c3d4668359ddd8 ]

The Vexia EDU ATLA 10 tablet comes in 2 different versions with
significantly different mainboards. The only outward difference is that
the charging barrel on one is marked 5V and the other is marked 9V.

Both ship with Android 4.4 as factory OS and have the usual broken DSDT
issues for x86 Android tablets.

Add a quirk to skip ACPI I2C client enumeration for the 5V version to
complement the existing quirk for the 9V version.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20250123132202.18209-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