Commit 731b25a4 authored by Bogdan Radulescu's avatar Bogdan Radulescu Committed by Rafael J. Wysocki

PM / ACPI: Blacklist Vaio VGN-FW520F machine known to require acpi_sleep=nonvs

Sony Vaio VGN-FW520F does not resume correctly without
acpi_sleep=nonvs, so add it to the ACPI sleep blacklist.

References: https://bugzilla.kernel.org/show_bug.cgi?id=16396#c86Signed-off-by: default avatarBogdan Radulescu <bogdan@nimblex.net>
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
parent 89e8ea12
......@@ -452,6 +452,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-SR26GN_P"),
},
},
{
.callback = init_nvs_nosave,
.ident = "Sony Vaio VGN-FW520F",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW520F"),
},
},
{},
};
#endif /* CONFIG_SUSPEND */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment