|
@@ -232,6 +232,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
|
|
|
DMI_MATCH(DMI_PRODUCT_NAME, "Dell DXP061"),
|
|
|
},
|
|
|
},
|
|
|
+ { /* Handle problems with rebooting on Sony VGN-Z540N */
|
|
|
+ .callback = set_bios_reboot,
|
|
|
+ .ident = "Sony VGN-Z540N",
|
|
|
+ .matches = {
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
|
|
|
+ },
|
|
|
+ },
|
|
|
{ }
|
|
|
};
|
|
|
|