linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI video: ignore BIOS initial backlight value for HP 1000
@ 2013-05-06  8:23 Alex Hung
  2013-05-07 23:59 ` Rafael J. Wysocki
  2013-11-12  2:03 ` Aaron Lu
  0 siblings, 2 replies; 13+ messages in thread
From: Alex Hung @ 2013-05-06  8:23 UTC (permalink / raw)
  To: alex.hung, rui.zhang, lenb, rjw, linux-acpi

On HP 1000 lapops, BIOS reports minimum backlight on boot and
causes backlight to dim completely. This ignores the initial backlight
values and set to max brightness.

Buglink: https://bugs.launchpad.net/bugs/1167760

Signed-off-by: Alex Hung <alex.hung@canonical.com>
---
 drivers/acpi/video.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index c3932d0..5b32e15 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -456,6 +456,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
 		DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dm4 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"),
+		},
+	},
 	{}
 };
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-11-16  1:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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                 ` [PATCH] ACPI / video: clean up DMI table for initial black screen problem Aaron Lu
2013-11-15  6:39                   ` [PATCH v2] " Aaron Lu
2013-11-16  1:28                     ` Rafael J. Wysocki

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).