aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/video.c')
-rw-r--r--drivers/acpi/video.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index adbfe39f5454..cd4389262d4f 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -474,14 +474,6 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
474 }, 474 },
475 { 475 {
476 .callback = video_set_use_native_backlight, 476 .callback = video_set_use_native_backlight,
477 .ident = "ThinkPad T530",
478 .matches = {
479 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
480 DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad T530"),
481 },
482 },
483 {
484 .callback = video_set_use_native_backlight,
485 .ident = "ThinkPad X1 Carbon", 477 .ident = "ThinkPad X1 Carbon",
486 .matches = { 478 .matches = {
487 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), 479 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
@@ -509,7 +501,7 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
509 .ident = "Dell Inspiron 7520", 501 .ident = "Dell Inspiron 7520",
510 .matches = { 502 .matches = {
511 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), 503 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
512 DMI_MATCH(DMI_PRODUCT_VERSION, "Inspiron 7520"), 504 DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7520"),
513 }, 505 },
514 }, 506 },
515 { 507 {