Searched hist:ba46e42e925b5d09b4e441f8de3db119cc7df58f (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/acpi/x86/ |
H A D | utils.c | diff ba46e42e925b5d09b4e441f8de3db119cc7df58f Mon Nov 22 11:05:32 CST 2021 Hans de Goede <hdegoede@redhat.com> ACPI / x86: Allow specifying acpi_device_override_status() quirks by path
Not all ACPI-devices have a HID + UID, allow specifying quirks for acpi_device_override_status() by path too.
Note this moves the path/HID+UID check to after the CPU + DMI checks since the path lookup is somewhat costly.
This way this lookup is only done on devices where the other checks match.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|