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

Commit e18ac62f authored by Mika Westerberg's avatar Mika Westerberg Committed by Rafael J. Wysocki
Browse files

ACPI / video: Add HP EliteBook Revolve 810 to the blacklist



On HP EliteBook Revolve 810 the ACPI backlight device doesn't work as
expected. For example when resuming from system sleep, it seems to lose
backlight settings.

Forcing Intel driver fixes the problem so add this machine the ACPI
video detect blacklist.

Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 38dbfb59
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -170,6 +170,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
	},
	{
	.callback = video_detect_force_vendor,
	.ident = "HP EliteBook Revolve 810",
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
		DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook Revolve 810 G1"),
		},
	},
	{
	.callback = video_detect_force_vendor,
	.ident = "Lenovo Yoga 13",
	.matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),