projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6b20b
)
ACPI / video: Add use_native_backlight quirk for HP EliteBook 2014 models
author
Hans de Goede
<hdegoede@redhat.com>
Mon, 28 Jul 2014 15:37:33 +0000
(17:37 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 30 Jul 2014 00:00:40 +0000
(
02:00
+0200)
Link:
https://bugzilla.redhat.com/show_bug.cgi?id=1123565
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/video.c
b/drivers/acpi/video.c
index 18c0e6920eb41fdce3374c48d8946ed12f89fc76..826884392e6b4b9df067623cfad758c29ea954a7 100644
(file)
--- a/
drivers/acpi/video.c
+++ b/
drivers/acpi/video.c
@@
-673,6
+673,15
@@
static struct dmi_system_id video_dmi_table[] __initdata = {
},
{
.callback = video_set_use_native_backlight,
+ .ident = "HP EliteBook 2014 models",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook "),
+ DMI_MATCH(DMI_PRODUCT_NAME, " G2"),
+ },
+ },
+ {
+ .callback = video_set_use_native_backlight,
.ident = "HP ZBook 14",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),