Skip to content

Commit

Permalink
Merge pull request #34 from dauxer/hack-lenovo
Browse files Browse the repository at this point in the history
Add Lenovo G780
  • Loading branch information
Lekensteyn committed Sep 22, 2012
2 parents 232ee2d + aaa0bd3 commit f5a4f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acpi-handle-hack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
;
}
Expand Down

0 comments on commit f5a4f5f

Please sign in to comment.