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

Commit 5ff365fb authored by Aaron Lu's avatar Aaron Lu Committed by Rafael J. Wysocki
Browse files

ACPI / video: correct DMI tag for Dell Inspiron 7520



The DMI tag used to identify Dell Inspiron 7520 should be product name
instead of product version.

Fixes: 0e9f81d3 (ACPI / video: Add systems that should favour native backlight interface)
Reported-and-tested-by: default avatarTéo Mazars <teomazars@gmail.com>
References: https://bugzilla.redhat.com/show_bug.cgi?id=909552


Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: default avatarAaron Lu <aaron.lu@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 43d94902
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -508,7 +508,7 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
	 .ident = "Dell Inspiron 7520",
	 .matches = {
		DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
		DMI_MATCH(DMI_PRODUCT_VERSION, "Inspiron 7520"),
		DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7520"),
		},
	},
	{