[GIT PULL] ACPI fix for v6.11-rc5

From: Rafael J. Wysocki
Date: Fri Aug 23 2024 - 10:43:02 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.11-rc5

with top-most commit 5c7bb62cb8f53de71d8ab3d619be22740da0b837

ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO

on top of commit 47ac09b91befbb6a235ab620c32af719f8208399

Linux 6.11-rc4

to receive ACPI fix for 6.11-rc5.

This fixes backlight control on a Dell All In One system where a
backlight controller board is attached to a UART port and the
dell-uart-backlight driver binds to it, but the backlight is actually
controlled by other means (Hans de Goede).

Thanks!


---------------

Hans de Goede (3):
ACPI: video: Add Dell UART backlight controller detection
platform/x86: dell-uart-backlight: Use acpi_video_get_backlight_type()
ACPI: video: Add backlight=native quirk for Dell OptiPlex 7760 AIO

---------------

drivers/acpi/video_detect.c | 22 ++++++++++++++++++++++
drivers/platform/x86/dell/Kconfig | 1 +
drivers/platform/x86/dell/dell-uart-backlight.c | 8 ++++++++
include/acpi/video.h | 1 +
4 files changed, 32 insertions(+)