OSDN Git Service

ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L
authorHans de Goede <hdegoede@redhat.com>
Wed, 23 Feb 2022 13:50:32 +0000 (14:50 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 8 Mar 2022 14:41:27 +0000 (15:41 +0100)
commit4fecb1e93e4914fc0bc1fb467ca79741f9f94abb
treeeb672decc30f55afd79aa644bd06721933d5eb08
parentf38312c9b569322edf4baae467568206fe46d57b
ACPI / x86: Add skip i2c clients quirk for Lenovo Yoga Tablet 1050F/L

The Yoga Tablet 1050F/L 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 (the Android x86
kernel fork ignores I2C devices described in the DSDT).

Add a ACPI_QUIRK_SKIP_I2C_CLIENTS for the Nextbook Ares 8 to the
acpi_quirk_skip_dmi_ids table to woraround this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/x86/utils.c