|
|
@ -1,6 +1,7 @@
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Very ugly hack to work around a wrongly detected ACPI handle, see
|
|
|
|
* Very ugly hack to work around a wrongly detected ACPI handle, see
|
|
|
|
* https://bugzilla.kernel.org/show_bug.cgi?id=42696
|
|
|
|
* https://bugzilla.kernel.org/show_bug.cgi?id=42696
|
|
|
|
|
|
|
|
* https://bugzilla.kernel.org/show_bug.cgi?id=60829
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
@ -35,6 +36,7 @@ static bool __init need_acpi_handle_hack(void) {
|
|
|
|
|| dmi_match(DMI_PRODUCT_VERSION, "Lenovo G780")
|
|
|
|
|| dmi_match(DMI_PRODUCT_VERSION, "Lenovo G780")
|
|
|
|
|| dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Z500")
|
|
|
|
|| 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_SYS_VENDOR, "LENOVO") && dmi_match(DMI_PRODUCT_NAME, "PIQY0")) /* Lenovo IdeaPad Y570 */
|
|
|
|
|
|
|
|
|| dmi_match(DMI_PRODUCT_NAME, "Aspire V5-573G")
|
|
|
|
;
|
|
|
|
;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|