Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45e77988 authored by Zhang Rui's avatar Zhang Rui Committed by Len Brown
Browse files

ACPI suspend: Blacklist Toshiba Satellite L300 that requires to set SCI_EN directly on resume

parent 7b46ecd5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -386,6 +386,14 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = {
		DMI_MATCH(DMI_BOARD_NAME, "M2N8L"),
		},
	},
	{
	.callback = init_set_sci_en_on_resume,
	.ident = "Toshiba Satellite L300",
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
		DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"),
		},
	},
	{},
};
#endif /* CONFIG_SUSPEND */