]> www.infradead.org Git - users/willy/xarray.git/commit
ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18
authorHans de Goede <hdegoede@redhat.com>
Sat, 7 Sep 2024 12:44:19 +0000 (14:44 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 10 Sep 2024 18:15:01 +0000 (20:15 +0200)
commiteb7b0f12e13ba99e64e3a690c2166895ed63b437
treeec78bfbd4355fa553e196874a0f1fb0d4c9f57ac
parent1728e57a9d26170ca13dd6b04474e2350be3c1a2
ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18

The Panasonic Toughbook CF-18 advertises both native and vendor backlight
control interfaces. But only the vendor one actually works.

acpi_video_get_backlight_type() will pick the non working native backlight
by default, add a quirk to select the working vendor backlight instead.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20240907124419.21195-1-hdegoede@redhat.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video_detect.c