]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ACPI / video: Add use_native_backlight quirk for HP EliteBook 2014 models
authorHans de Goede <hdegoede@redhat.com>
Mon, 28 Jul 2014 15:37:33 +0000 (17:37 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Jul 2014 00:00:40 +0000 (02:00 +0200)
Link: https://bugzilla.redhat.com/show_bug.cgi?id=1123565
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video.c

index 18c0e6920eb41fdce3374c48d8946ed12f89fc76..826884392e6b4b9df067623cfad758c29ea954a7 100644 (file)
@@ -673,6 +673,15 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
        },
        {
        .callback = video_set_use_native_backlight,
+       .ident = "HP EliteBook 2014 models",
+       .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+               DMI_MATCH(DMI_PRODUCT_NAME, "HP EliteBook "),
+               DMI_MATCH(DMI_PRODUCT_NAME, " G2"),
+               },
+       },
+       {
+       .callback = video_set_use_native_backlight,
        .ident = "HP ZBook 14",
        .matches = {
                DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),