platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data
authorHans de Goede <hdegoede@redhat.com>
Mon, 13 Feb 2023 20:35:53 +0000 (21:35 +0100)
committerHans de Goede <hdegoede@redhat.com>
Tue, 7 Mar 2023 11:08:30 +0000 (12:08 +0100)
commit2f0cf1e85ddb5ae17284050dc1adafb89e4f1d8f
tree215ac42422268a47697d382f1b5e44d2b2a1a061
parent0e8ae77c869ed425488e3db43dbb76ec9bca8655
platform/x86: x86-android-tablets: Add Acer Iconia One 7 B1-750 data

The Acer Iconia One 7 B1-750 is a x86 ACPI tablet which ships with Android
x86 as factory OS. Its DSDT contains a bunch of I2C devices which are not
actually there, causing various resource conflicts. Enumeration of these
is skipped through the acpi_quirk_skip_i2c_client_enumeration().

Add support for manually instantiating the I2C + other devices which are
actually present on this tablet by adding the necessary device info to
the x86-android-tablets module.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20230301092331.7038-2-hdegoede@redhat.com
drivers/platform/x86/x86-android-tablets.c