Skip to content

Commit 7163a21

Browse files
committed
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
2 parents 817e1af + 3db6662 commit 7163a21

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

drivers/acpi/video_detect.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -293,20 +293,6 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
293293
},
294294
},
295295

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-
310296
/*
311297
* These models have a working acpi_video backlight control, and using
312298
* native backlight causes a regression where backlight does not work

0 commit comments

Comments
 (0)