diff --git a/acpi-handle-hack.c b/acpi-handle-hack.c index 1669b59..daa9926 100644 --- a/acpi-handle-hack.c +++ b/acpi-handle-hack.c @@ -26,6 +26,7 @@ static bool __init need_acpi_handle_hack(void) { || dmi_match(DMI_PRODUCT_VERSION, "LENOVO IDEAPAD Y570 ") /* sys-product-name: PIQY0 */ || 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") ; }