projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2843768
)
ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s
author
Hans de Goede
<hdegoede@redhat.com>
Wed, 16 Jul 2014 11:28:34 +0000
(13:28 +0200)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 16 Jul 2014 12:16:30 +0000
(14:16 +0200)
As reported here:
https://bugzilla.redhat.com/show_bug.cgi?id=
1025690
This is yet another model which needs this quirk.
Link:
https://bugzilla.redhat.com/show_bug.cgi?id=1025690
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
|
history
diff --git
a/drivers/acpi/video.c
b/drivers/acpi/video.c
index 29649c1948860a868f8f976efc0a980ce54f6b5f..350d52a8f7811452142e87564e8ebd2b11cab2f0 100644
(file)
--- a/
drivers/acpi/video.c
+++ b/
drivers/acpi/video.c
@@
-581,6
+581,14
@@
static struct dmi_system_id video_dmi_table[] __initdata = {
},
{
.callback = video_set_use_native_backlight,
+ .ident = "HP ProBook 4540s",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "HP ProBook 4540s"),
+ },
+ },
+ {
+ .callback = video_set_use_native_backlight,
.ident = "HP ProBook 2013 models",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),