diff --git a/acpi-handle-hack.c b/acpi-handle-hack.c index 78632c1..1669b59 100644 --- a/acpi-handle-hack.c +++ b/acpi-handle-hack.c @@ -21,6 +21,7 @@ static acpi_handle orig_handle; */ static bool __init need_acpi_handle_hack(void) { return dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y470 ") + || dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y480") || dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y570 ") || dmi_match(DMI_PRODUCT_VERSION, "LENOVO IDEAPAD Y570 ") /* sys-product-name: PIQY0 */ || dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y580")