Skip to content

Commit ebf5e99

Browse files
Alex Hunggregkh
authored andcommitted
ACPI: video: use ACPI backlight for HP 635 Notebook
commit b226faa upstream. The default backlight interface is AMD's radeon_bl0 which does not work on this system, so use the ACPI backlight interface on it instead. BugLink: https://bugs.launchpad.net/bugs/1894667 Cc: All applicable <stable@vger.kernel.org> Signed-off-by: Alex Hung <alex.hung@canonical.com> [ rjw: Changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f7a79af commit ebf5e99

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

drivers/acpi/video_detect.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,15 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
282282
DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"),
283283
},
284284
},
285+
/* https://bugs.launchpad.net/bugs/1894667 */
286+
{
287+
.callback = video_detect_force_video,
288+
.ident = "HP 635 Notebook",
289+
.matches = {
290+
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
291+
DMI_MATCH(DMI_PRODUCT_NAME, "HP 635 Notebook PC"),
292+
},
293+
},
285294

286295
/* Non win8 machines which need native backlight nevertheless */
287296
{

0 commit comments

Comments
 (0)