* [PATCH] ACPI / video: correct DMI tag for Dell Inspiron 7520
[not found] <CAOrdFjM6RytffEPqd0VQ2ufrzauY70shf7K_gkdjY5t1o9UPzQ@mail.gmail.com>
@ 2014-05-13 1:51 ` Aaron Lu
0 siblings, 0 replies; only message in thread
From: Aaron Lu @ 2014-05-13 1:51 UTC (permalink / raw)
To: Téo Mazars, Rafael J. Wysocki; +Cc: ACPI Devel Mailing List
The DMI tag used to identify Dell Inspiron 7520 should be product name
instead of product version.
Reported-and-tested-by: Téo Mazars <teomazars@gmail.com>
Buglink: https://bugzilla.redhat.com/show_bug.cgi?id=909552
Cc: All applicable <stable@vger.kernel.org>
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
---
drivers/acpi/video.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index fced27d8e42f..010d259a2466 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -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"),
},
},
{
--
1.9.0
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-05-13 1:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAOrdFjM6RytffEPqd0VQ2ufrzauY70shf7K_gkdjY5t1o9UPzQ@mail.gmail.com>
2014-05-13 1:51 ` [PATCH] ACPI / video: correct DMI tag for Dell Inspiron 7520 Aaron Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).