From 81e1e7ee4dd75510ea29562bb9a1b037121e2cfe Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Mon, 2 Sep 2013 15:02:55 +0200 Subject: [PATCH] acpi-handle-hack: Support Acer Aspire V5-573PG Reported y Christian Buchner[1]. [1]: https://github.com/Bumblebee-Project/Bumblebee/issues/460#issuecomment-23658424 --- acpi-handle-hack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/acpi-handle-hack.c b/acpi-handle-hack.c index 7e6ee20..af5f3cf 100644 --- a/acpi-handle-hack.c +++ b/acpi-handle-hack.c @@ -37,6 +37,7 @@ static bool __init need_acpi_handle_hack(void) { || dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Z500") || (dmi_match(DMI_SYS_VENDOR, "LENOVO") && dmi_match(DMI_PRODUCT_NAME, "PIQY0")) /* Lenovo IdeaPad Y570 */ || dmi_match(DMI_PRODUCT_NAME, "Aspire V5-573G") + || dmi_match(DMI_PRODUCT_NAME, "Aspire V5-573PG") ; }