From ec42e5b7ad3643a94fedf325cd7ec21a0ad5e712 Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Thu, 1 Mar 2012 23:41:56 +0100 Subject: [PATCH] Add LENOVO IDEAPAD Y570 "PIQY0" --- acpi-handle-hack.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acpi-handle-hack.c b/acpi-handle-hack.c index cd2b6f6..0528d85 100644 --- a/acpi-handle-hack.c +++ b/acpi-handle-hack.c @@ -21,7 +21,8 @@ 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 Y570 "); + dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y570 ") || + dmi_match(DMI_PRODUCT_VERSION, "LENOVO IDEAPAD Y570 ") /* sys-product-name: PIQY0 */; } static struct pci_dev __init *get_discrete_device(void) {