From: Aaron Lu <aaron.lu@intel.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Gustavo Maciel Dias Vieira <gustavo@sagui.org>,
Alex Hung <alex.hung@canonical.com>,
Zhang Rui <rui.zhang@intel.com>,
lenb@kernel.org, linux-acpi@vger.kernel.org
Subject: [PATCH] ACPI / video: clean up DMI table for initial black screen problem
Date: Fri, 15 Nov 2013 11:24:37 +0800 [thread overview]
Message-ID: <528593F5.2010901@intel.com> (raw)
In-Reply-To: <1384479197.9557.3.camel@oberon.sagui.org>
With commit 2c62333a408f "ACPI / video: Quirk initial backlight level 0"
we do not need to have the following systems in DMI table, so remove them.
HP Pavilion m4, HP 1000 Notebook PC, HP Pavilion g6 Notebook PC,
HP Pavilion dm4, Fujitsu E753, HP Folio 13-2000.
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Tested-by: Alex Hung <alex.hung@canonical.com> # for HP 1000 Notebook PC
Tested-by: Gustavo Maciel Dias Vieira <gustavo@sagui.org> # for HP Pavilion dm4
---
Though I don't have test done for other models, their ACPI tables suggest
they have the same problem that should already be quirked by commit
2c62333a408f "ACPI / video: Quirk initial backlight level 0".
drivers/acpi/video.c | 48 ------------------------------------------------
1 file changed, 48 deletions(-)
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index 18dbdff4656e..4ccb89e5c4ad 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -456,54 +456,6 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7720"),
},
},
- {
- .callback = video_ignore_initial_backlight,
- .ident = "HP Folio 13-2000",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP Folio 13 - 2000 Notebook PC"),
- },
- },
- {
- .callback = video_ignore_initial_backlight,
- .ident = "Fujitsu E753",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "FUJITSU"),
- DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E753"),
- },
- },
- {
- .callback = video_ignore_initial_backlight,
- .ident = "HP Pavilion dm4",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dm4 Notebook PC"),
- },
- },
- {
- .callback = video_ignore_initial_backlight,
- .ident = "HP Pavilion g6 Notebook PC",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion g6 Notebook PC"),
- },
- },
- {
- .callback = video_ignore_initial_backlight,
- .ident = "HP 1000 Notebook PC",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP 1000 Notebook PC"),
- },
- },
- {
- .callback = video_ignore_initial_backlight,
- .ident = "HP Pavilion m4",
- .matches = {
- DMI_MATCH(DMI_BOARD_VENDOR, "Hewlett-Packard"),
- DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion m4 Notebook PC"),
- },
- },
{}
};
--
1.8.3.1
next prev parent reply other threads:[~2013-11-15 3:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-06 8:23 [PATCH] ACPI video: ignore BIOS initial backlight value for HP 1000 Alex Hung
2013-05-07 23:59 ` Rafael J. Wysocki
2013-11-12 2:03 ` Aaron Lu
2013-11-12 17:04 ` Alex Hung
2013-11-13 2:07 ` More initial black screen system for removal from DMI table Aaron Lu
2013-11-14 11:50 ` Gustavo Maciel Dias Vieira
2013-11-15 0:42 ` Aaron Lu
2013-11-15 1:17 ` Gustavo Maciel Dias Vieira
2013-11-15 1:31 ` Aaron Lu
2013-11-15 1:33 ` Gustavo Maciel Dias Vieira
2013-11-15 3:24 ` Aaron Lu [this message]
2013-11-15 6:39 ` [PATCH v2] ACPI / video: clean up DMI table for initial black screen problem Aaron Lu
2013-11-16 1:28 ` Rafael J. Wysocki
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=528593F5.2010901@intel.com \
--to=aaron.lu@intel.com \
--cc=alex.hung@canonical.com \
--cc=gustavo@sagui.org \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=rui.zhang@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.