diff options
author | Aaron Lu <aaron.lu@intel.com> | 2014-05-12 21:51:50 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-05-13 08:10:24 -0400 |
commit | 5ff365fb6aed4c7ee5aae7b0239ce0b514aefabc (patch) | |
tree | d529487711ccfba891c1294d45fb2530ce36656f /drivers/acpi | |
parent | 43d9490244254d2d6adb0f3c6275c7b8d032a2dd (diff) |
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: 0e9f81d3b7cd (ACPI / video: Add systems that should favour native backlight interface)
Reported-and-tested-by: Té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: Aaron Lu <aaron.lu@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 88393899a0bc..6c76a49be12e 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -508,7 +508,7 @@ static struct dmi_system_id video_dmi_table[] __initdata = { | |||
508 | .ident = "Dell Inspiron 7520", | 508 | .ident = "Dell Inspiron 7520", |
509 | .matches = { | 509 | .matches = { |
510 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), | 510 | DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), |
511 | DMI_MATCH(DMI_PRODUCT_VERSION, "Inspiron 7520"), | 511 | DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7520"), |
512 | }, | 512 | }, |
513 | }, | 513 | }, |
514 | { | 514 | { |