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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 23 Jan 2025 19:16:51 +0000 (20:16 +0100)
commit8f62ca9c338aae4f73e9ce0221c3d4668359ddd8
tree3965e7f5b13988ca2d0395130aa45f1b352847b7
parent603f162a02d5ccf0b3c5b2c6f488e456be81007f
ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5V

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>
drivers/acpi/x86/utils.c