platform/x86: x86-android-tablets: Add Medion Lifetab S10346 data
authorHans de Goede <hdegoede@redhat.com>
Thu, 8 Dec 2022 11:02:24 +0000 (12:02 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 8 Dec 2022 14:55:05 +0000 (15:55 +0100)
commit902ce18ab1f4444ff9d49865bea35a07adcc03fd
tree184579d4f25c224269c30f002732e6c9600fc5d9
parent6f70a53afa21984e947e63fcc8919e9eaecd31ac
platform/x86: x86-android-tablets: Add Medion Lifetab S10346 data

The Medion Lifetab S10346 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 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/20221208110224.107354-1-hdegoede@redhat.com
drivers/platform/x86/x86-android-tablets.c