From: "Ozan Çağlayan" <ozan@pardus.org.tr>
To: linux-kernel@vger.kernel.org
Cc: linux-acpi@vger.kernel.org
Subject: [PATCH] ACPI: video: DMI workaround broken Acer 5710 BIOS enabling display brightness
Date: Mon, 14 Jun 2010 10:17:44 +0300 [thread overview]
Message-ID: <1276499864-7609-1-git-send-email-ozan@pardus.org.tr> (raw)
Acer Aspire 5710 suffers from a similar ACPI problem reported at:
http://bugzilla.kernel.org/show_bug.cgi?id=13121
like the 5710Z and 7720.
Signed-off-by: Ozan Çağlayan <ozan@pardus.org.tr>
---
drivers/acpi/video.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 9865d46..e2436d1 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -571,6 +571,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
},
{
.callback = video_set_bqc_offset,
+ .ident = "Acer Aspire 5710",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710"),
+ },
+ },
+ {
+ .callback = video_set_bqc_offset,
.ident = "Acer Aspire 5710Z",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next reply other threads:[~2010-06-14 7:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-14 7:17 Ozan Çağlayan [this message]
2010-06-14 14:25 ` [PATCH] ACPI: video: DMI workaround broken Acer 5710 BIOS enabling display brightness Matthew Garrett
2010-06-14 16:19 ` Ozan Çağlayan
2010-06-14 16:36 ` Matthew Garrett
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=1276499864-7609-1-git-send-email-ozan@pardus.org.tr \
--to=ozan@pardus.org.tr \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/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