aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/video.c32
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index ce7a006606de..101fb090dcb9 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -499,6 +499,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
499 }, 499 },
500 }, 500 },
501 { 501 {
502 .callback = video_set_use_native_backlight,
503 .ident = "Lenovo Yoga 2 11",
504 .matches = {
505 DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
506 DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 2 11"),
507 },
508 },
509 {
502 .callback = video_set_use_native_backlight, 510 .callback = video_set_use_native_backlight,
503 .ident = "Thinkpad Helix", 511 .ident = "Thinkpad Helix",
504 .matches = { 512 .matches = {
@@ -532,6 +540,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
532 }, 540 },
533 { 541 {
534 .callback = video_set_use_native_backlight, 542 .callback = video_set_use_native_backlight,
543 .ident = "Acer Aspire V5-171",
544 .matches = {
545 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
546 DMI_MATCH(DMI_PRODUCT_NAME, "V5-171"),
547 },
548 },
549 {
550 .callback = video_set_use_native_backlight,
535 .ident = "Acer Aspire V5-431", 551 .ident = "Acer Aspire V5-431",
536 .matches = { 552 .matches = {
537 DMI_MATCH(DMI_SYS_VENDOR, "Acer"), 553 DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
@@ -539,6 +555,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
539 }, 555 },
540 }, 556 },
541 { 557 {
558 .callback = video_set_use_native_backlight,
559 .ident = "Acer Aspire V5-471G",
560 .matches = {
561 DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
562 DMI_MATCH(DMI_PRODUCT_NAME, "Aspire V5-471G"),
563 },
564 },
565 {
542 .callback = video_set_use_native_backlight, 566 .callback = video_set_use_native_backlight,
543 .ident = "HP ProBook 4340s", 567 .ident = "HP ProBook 4340s",
544 .matches = { 568 .matches = {
@@ -590,6 +614,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
590 }, 614 },
591 { 615 {
592 .callback = video_set_use_native_backlight, 616 .callback = video_set_use_native_backlight,
617 .ident = "HP EliteBook 8470p",
618 .matches = {
619 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
620 DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 8470p"),
621 },
622 },
623 {
624 .callback = video_set_use_native_backlight,
593 .ident = "HP EliteBook 8780w", 625 .ident = "HP EliteBook 8780w",
594 .matches = { 626 .matches = {
595 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), 627 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),