diff --git a/acpi-handle-hack.c b/acpi-handle-hack.c index 2fe120d..a0486b2 100644 --- a/acpi-handle-hack.c +++ b/acpi-handle-hack.c @@ -27,6 +27,7 @@ static bool __init need_acpi_handle_hack(void) { || dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y580") || dmi_match(DMI_PRODUCT_VERSION, "PSPLBE-01V00HFR") /* TOSHIBA SATELLITE P870 */ || dmi_match(DMI_PRODUCT_VERSION, "Lenovo G580") + || dmi_match(DMI_PRODUCT_VERSION, "Lenovo G780") || (dmi_match(DMI_SYS_VENDOR, "LENOVO") && dmi_match(DMI_PRODUCT_NAME, "PIQY0")) /* Lenovo IdeaPad Y570 */ ; }