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

Commit 5afc4abe authored by Len Brown's avatar Len Brown
Browse files

ACPI: video: DMI workaround another broken Acer BIOS enabling display brightness

parent 45cb50e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -562,6 +562,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
		DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"),
		},
	},
	{
	 .callback = video_set_bqc_offset,
	 .ident = "Acer Aspire 5710Z",
	 .matches = {
		DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
		DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"),
		},
	},
	{}
};