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

Commit 34ac272b authored by Zhang Rui's avatar Zhang Rui Committed by Len Brown
Browse files

ACPI: video: DMI workaround broken eMachines E510 BIOS enabling display brightness

parent 3218911f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -570,6 +570,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
		DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"),
		},
	},
	{
	 .callback = video_set_bqc_offset,
	 .ident = "eMachines E510",
	 .matches = {
		DMI_MATCH(DMI_BOARD_VENDOR, "EMACHINES"),
		DMI_MATCH(DMI_PRODUCT_NAME, "eMachines E510"),
		},
	},
	{}
};