From: Hans de Goede <hdegoede@redhat.com>
To: Zhang Rui <rui.zhang@intel.com>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
Len Brown <lenb@kernel.org>
Cc: Vincent Gerris <vgerris@gmail.com>,
linux-acpi@vger.kernel.org, Hans de Goede <hdegoede@redhat.com>,
stable@vger.kernel.org
Subject: [PATCH] acpi-video: Put the Acer Aspire V5-471G on the use_native_backlight dmi list
Date: Wed, 30 Apr 2014 15:37:21 +0200 [thread overview]
Message-ID: <1398865041-12071-2-git-send-email-hdegoede@redhat.com> (raw)
In-Reply-To: <1398865041-12071-1-git-send-email-hdegoede@redhat.com>
This fixes the backlight control not working.
Cc: stable@vger.kernel.org
Reported-and-tested-by: Vincent Gerris <vgerris@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
drivers/acpi/video.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 8b6990e..c688b77 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -520,6 +520,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
},
},
{
+ .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 = {
--
1.9.0
next prev parent reply other threads:[~2014-04-30 13:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-30 13:37 [PATCH 0/1] acpi-video: Put the Acer Aspire V5-471G on the use_native_backlight dmi list Hans de Goede
2014-04-30 13:37 ` Hans de Goede [this message]
2014-04-30 19:52 ` [PATCH] " Rafael J. Wysocki
2014-05-01 10:38 ` Hans de Goede
2014-05-01 20:10 ` Rafael J. Wysocki
2014-05-02 9:02 ` Hans de Goede
2014-05-02 11:58 ` Rafael J. Wysocki
2014-05-02 12:26 ` Hans de Goede
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1398865041-12071-2-git-send-email-hdegoede@redhat.com \
--to=hdegoede@redhat.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=rui.zhang@intel.com \
--cc=stable@vger.kernel.org \
--cc=vgerris@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).