From e5456d1e0eb7f33c39201266c697f8cbcd3c516e Mon Sep 17 00:00:00 2001 From: anagromataf Date: Sat, 23 Jun 2012 14:49:30 -0700 Subject: [PATCH] hack for Y480 --- acpi-handle-hack.c | 1 + 1 file changed, 1 insertion(+) 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")