Skip to content

Commit 89b0411

Browse files
acelanrafaeljw
authored andcommitted
ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535
Sometimes the system boots up with a acpi_video0 backlight interface which doesn't work. So add Dell Vostro 15 3535 into the video_detect_dmi_table to set it to native explicitly. Signed-off-by: Chia-Lin Kao (AceLan) <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent fe15c26 commit 89b0411

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

drivers/acpi/video_detect.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,13 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
716716
DMI_MATCH(DMI_PRODUCT_NAME, "Dell G15 5515"),
717717
},
718718
},
719+
{
720+
.callback = video_detect_force_native,
721+
.matches = {
722+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
723+
DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 15 3535"),
724+
},
725+
},
719726

720727
/*
721728
* Desktops which falsely report a backlight and which our heuristics

0 commit comments

Comments
 (0)