2014-09-03 19:29:26 +00:00
|
|
|
From 1b4966e97c490a6b6933940d577c9116d4bd091d Mon Sep 17 00:00:00 2001
|
2014-05-01 12:51:32 +00:00
|
|
|
From: Hans de Goede <hdegoede@redhat.com>
|
|
|
|
Date: Wed, 30 Apr 2014 15:24:19 +0200
|
2014-08-20 17:22:24 +00:00
|
|
|
Subject: [PATCH] acpi-video: Add 4 new models to the use_native_backlight dmi
|
|
|
|
list
|
2014-05-01 12:51:32 +00:00
|
|
|
|
|
|
|
Acer Aspire V5-171
|
|
|
|
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
|
|
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=1093120
|
|
|
|
|
|
|
|
Cc: stable@vger.kernel.org
|
|
|
|
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
|
|
|
---
|
|
|
|
drivers/acpi/video.c | 32 ++++++++++++++++++++++++++++++++
|
|
|
|
1 file changed, 32 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
|
2014-08-20 17:22:24 +00:00
|
|
|
index a9fa83829ee4..bef6c393e8a0 100644
|
2014-05-01 12:51:32 +00:00
|
|
|
--- a/drivers/acpi/video.c
|
|
|
|
+++ b/drivers/acpi/video.c
|
2014-08-20 17:22:24 +00:00
|
|
|
@@ -550,6 +550,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
|
2014-05-01 12:51:32 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
+ .callback = video_set_use_native_backlight,
|
|
|
|
+ .ident = "Lenovo Yoga 2 11",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_VERSION, "Lenovo Yoga 2 11"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
.callback = video_set_use_native_backlight,
|
|
|
|
.ident = "Thinkpad Helix",
|
|
|
|
.matches = {
|
2014-08-20 17:22:24 +00:00
|
|
|
@@ -591,6 +599,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
|
2014-05-01 12:51:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.callback = video_set_use_native_backlight,
|
|
|
|
+ .ident = "Acer Aspire V5-171",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "V5-171"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ .callback = video_set_use_native_backlight,
|
|
|
|
.ident = "Acer Aspire V5-431",
|
|
|
|
.matches = {
|
|
|
|
DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
|
2014-08-20 17:22:24 +00:00
|
|
|
@@ -638,6 +654,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
|
2014-05-01 12:51:32 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
+ .callback = video_set_use_native_backlight,
|
|
|
|
+ .ident = "Acer Aspire V5-471G",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire V5-471G"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
.callback = video_set_use_native_backlight,
|
|
|
|
.ident = "HP ProBook 4340s",
|
|
|
|
.matches = {
|
2014-08-20 17:22:24 +00:00
|
|
|
@@ -714,6 +738,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
|
2014-05-01 12:51:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
.callback = video_set_use_native_backlight,
|
|
|
|
+ .ident = "HP EliteBook 8470p",
|
|
|
|
+ .matches = {
|
|
|
|
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
|
|
|
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 8470p"),
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ .callback = video_set_use_native_backlight,
|
|
|
|
.ident = "HP EliteBook 8780w",
|
|
|
|
.matches = {
|
|
|
|
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
|
|
|
|
--
|
2014-08-20 17:22:24 +00:00
|
|
|
1.9.3
|
2014-05-01 12:51:32 +00:00
|
|
|
|