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

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

acer-wmi: Add Aspire 5741 to video_vendor_dmi_table

The Aspire 5741 has broken acpi-video backlight control, so add it to the
quirk table.

References: https://bugzilla.redhat.com/show_bug.cgi?id=1012674


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarLee, Chun-Yi <jlee@suse.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent d1337415
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -570,6 +570,14 @@ static const struct dmi_system_id video_vendor_dmi_table[] = {
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5750"),
		},
	},
	{
		.callback = video_set_backlight_video_vendor,
		.ident = "Acer Aspire 5741",
		.matches = {
			DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5741"),
		},
	},
	{}
};