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

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'acpi-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fix from Rafael Wysocki:
"Remove an ACPI backlight quirk for Lenovo ThinkPad W530, added during
the 6.3 cycle, that turned out to do more harm than help (Hans de
Goede)"

* tag 'acpi-6.4-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
ACPI: video: Remove acpi_backlight=video quirk for Lenovo ThinkPad W530

-14
-14
drivers/acpi/video_detect.c
··· 294 294 }, 295 295 296 296 /* 297 - * Older models with nvidia GPU which need acpi_video backlight 298 - * control and where the old nvidia binary driver series does not 299 - * call acpi_video_register_backlight(). 300 - */ 301 - { 302 - .callback = video_detect_force_video, 303 - /* ThinkPad W530 */ 304 - .matches = { 305 - DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"), 306 - DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad W530"), 307 - }, 308 - }, 309 - 310 - /* 311 297 * These models have a working acpi_video backlight control, and using 312 298 * native backlight causes a regression where backlight does not work 313 299 * when userspace is not handling brightness key events. Disable