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

Commit 4cf465b5 authored by Hans de Goede's avatar Hans de Goede Committed by Rafael J. Wysocki
Browse files

ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s

parent 2843768b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -581,6 +581,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
	},
	{
	.callback = video_set_use_native_backlight,
	.ident = "HP ProBook 4540s",
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
		DMI_MATCH(DMI_PRODUCT_VERSION, "HP ProBook 4540s"),
		},
	},
	{
	.callback = video_set_use_native_backlight,
	.ident = "HP ProBook 2013 models",
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),