ACPI / video: Favor native backlight interface for ThinkPad Helix
authorStephen Chandler Paul <thatslyude@gmail.com>
Fri, 4 Apr 2014 14:44:46 +0000 (10:44 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Apr 2014 12:10:21 +0000 (14:10 +0200)
Like many other Windows 8 laptops the ThinkPad Helix's backlight has a
broken ACPI interface and can only be properly adjusted by using the
video card's native backlight control. This adds the ThinkPad Helix to
the list of laptops affected with this issue so that
video.use_native_backlight is enabled by default.

Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/video.c

index 48c7e8a..8b6990e 100644 (file)
@@ -488,6 +488,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
                },
        },
        {
+       .callback = video_set_use_native_backlight,
+       .ident = "Thinkpad Helix",
+       .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
+               DMI_MATCH(DMI_PRODUCT_VERSION, "ThinkPad Helix"),
+               },
+       },
+       {
         .callback = video_set_use_native_backlight,
         .ident = "Dell Inspiron 7520",
         .matches = {