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

Commit 100cf877 authored by Len Brown's avatar Len Brown
Browse files

ACPI: invoke DSDT corruption workaround on all Toshiba Satellite

Our list of Toshiba Satellite models that require this workaround
is growing -- so invoke the workaround for the entire product line.

https://bugzilla.kernel.org/show_bug.cgi?id=14679



Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 899611ee
Loading
Loading
Loading
Loading
+3 −11
Original line number Original line Diff line number Diff line
@@ -80,23 +80,15 @@ static int set_copy_dsdt(const struct dmi_system_id *id)


static struct dmi_system_id dsdt_dmi_table[] __initdata = {
static struct dmi_system_id dsdt_dmi_table[] __initdata = {
	/*
	/*
	 * Insyde BIOS on some TOSHIBA machines corrupt the DSDT.
	 * Invoke DSDT corruption work-around on all Toshiba Satellite.
	 * https://bugzilla.kernel.org/show_bug.cgi?id=14679
	 * https://bugzilla.kernel.org/show_bug.cgi?id=14679
	 */
	 */
	{
	{
	 .callback = set_copy_dsdt,
	 .callback = set_copy_dsdt,
	 .ident = "TOSHIBA Satellite A505",
	 .ident = "TOSHIBA Satellite",
	 .matches = {
	 .matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
		DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
		DMI_MATCH(DMI_PRODUCT_NAME, "Satellite A505"),
		DMI_MATCH(DMI_PRODUCT_NAME, "Satellite"),
		},
	},
	{
	 .callback = set_copy_dsdt,
	 .ident = "TOSHIBA Satellite L505D",
	 .matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
		DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"),
		},
		},
	},
	},
	{}
	{}