Add Lenovo G780

This commit is contained in:
dauxer 2012-09-22 20:04:27 +02:00
parent 232ee2dc11
commit aaa0bd3be8

View File

@ -27,6 +27,7 @@ static bool __init need_acpi_handle_hack(void) {
|| 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")
|| dmi_match(DMI_PRODUCT_VERSION, "Lenovo G780")
|| (dmi_match(DMI_SYS_VENDOR, "LENOVO") && dmi_match(DMI_PRODUCT_NAME, "PIQY0")) /* Lenovo IdeaPad Y570 */
;
}