]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ACPI: video: use ACPI backlight for HP 635 Notebook
authorAlex Hung <alex.hung@canonical.com>
Sun, 13 Sep 2020 22:34:03 +0000 (16:34 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Sep 2020 10:59:24 +0000 (12:59 +0200)
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>
drivers/acpi/video_detect.c

index 2499d7e3c710e6997518853c0d0a330faa01501b..36b62e9c8b6952fc10503df0490b1c5ba9bcac9b 100644 (file)
@@ -282,6 +282,15 @@ static const struct dmi_system_id video_detect_dmi_table[] = {
                DMI_MATCH(DMI_PRODUCT_NAME, "530U4E/540U4E"),
                },
        },
+       /* https://bugs.launchpad.net/bugs/1894667 */
+       {
+        .callback = video_detect_force_video,
+        .ident = "HP 635 Notebook",
+        .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+               DMI_MATCH(DMI_PRODUCT_NAME, "HP 635 Notebook PC"),
+               },
+       },
 
        /* Non win8 machines which need native backlight nevertheless */
        {