From f4128e5b40c008c1b2171debea4f82317e217727 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 15 Aug 2012 12:54:31 +0200 Subject: [PATCH] acpi-handle-hack: Add Lenovo G580 Reported at Bumblebee-Project/Bumblebee#230, it seems to be the same issue. --- acpi-handle-hack.c | 1 + 1 file changed, 1 insertion(+) 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") ; }