diff options
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 | { |