[PATCH][Trusty] UBUNTU: SAUCE: Add use_native_backlight quirk for HP ProBook 6570b

AceLan Kao acelan.kao at canonical.com
Thu Dec 11 08:32:58 UTC 2014


BugLink: http://bugs.launchpad.net/bugs/1359010

The ACPI video backlight interface is broken under WIN8 OSI,
have to switch to use native backlight interface.

Signed-off-by: AceLan Kao <acelan.kao at 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 e858463..db1dccd 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -604,6 +604,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
 		DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook 8780w"),
 		},
 	},
+	{
+	.callback = video_set_use_native_backlight,
+	.ident = "HP ProBook 6570b",
+	.matches = {
+		DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+		DMI_MATCH(DMI_PRODUCT_NAME, "HP ProBook 6570b"),
+		},
+	},
 	{}
 };
 
-- 
2.1.0





More information about the kernel-team mailing list