Add LENOVO IDEAPAD Y570 "PIQY0"
This commit is contained in:
parent
a0fdcedf27
commit
ec42e5b7ad
@ -21,7 +21,8 @@ static acpi_handle orig_handle;
|
|||||||
*/
|
*/
|
||||||
static bool __init need_acpi_handle_hack(void) {
|
static bool __init need_acpi_handle_hack(void) {
|
||||||
return dmi_match(DMI_PRODUCT_VERSION, "Lenovo IdeaPad Y470 ") ||
|
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) {
|
static struct pci_dev __init *get_discrete_device(void) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user