Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI / video: Add use_native_backlight quirk for HP ProBook 4540s

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>

authored by

Hans de Goede and committed by
Rafael J. Wysocki
4cf465b5 2843768b

+8
+8
drivers/acpi/video.c
··· 581 581 }, 582 582 { 583 583 .callback = video_set_use_native_backlight, 584 + .ident = "HP ProBook 4540s", 585 + .matches = { 586 + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), 587 + DMI_MATCH(DMI_PRODUCT_VERSION, "HP ProBook 4540s"), 588 + }, 589 + }, 590 + { 591 + .callback = video_set_use_native_backlight, 584 592 .ident = "HP ProBook 2013 models", 585 593 .matches = { 586 594 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),