Skip to content

Commit

Permalink
ACPI: video: Add backlight=native DMI quirk for Dell Vostro 15 3535
Browse files Browse the repository at this point in the history
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) <acelan.kao@canonical.com>
Signed-off-by: Rafael J. Wysocki <rjw@rjwysocki.net>
  • Loading branch information
Chia-Lin Kao (AceLan) authored and Rafael J. Wysocki committed Mar 7, 2023
1 parent fe15c26 commit 89b0411
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/acpi/video_detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,13 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "Dell G15 5515"),
},
},
{
.callback = video_detect_force_native,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 15 3535"),
},
},

/*
* Desktops which falsely report a backlight and which our heuristics
Expand Down

0 comments on commit 89b0411

Please sign in to comment.