aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-05-26 07:44:29 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-05-26 19:31:33 -0400
commit0dc6b96ac20c538a28bd8442ae74b87fc6b6f6e0 (patch)
treec034c568eeed3dc803a6531076f0a1706062314e /drivers/acpi/video.c
parent1e815db647ada5f169dc0201b96530e30640d6df (diff)
ACPI / video: Add 4 new models to the use_native_backlight DMI list
Acer Aspire V5-171 References: https://bugzilla.redhat.com/show_bug.cgi?id=983342 Acer Aspire V5-471G Lenovo Yoga 2 11 Reported-and-tested-by: Vincent Gerris <vgerris@gmail.com> HP EliteBook 8470p References: https://bugzilla.redhat.com/show_bug.cgi?id=1093120 Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/video.c')
-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"),