ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege R700
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / acpi_video.c
index 3405f7a41e2576415d344eb0782323ba469ea0a4..2c7e281beb57e86b1388fb1bf19ca39be707c9ef 100644 (file)
@@ -464,6 +464,15 @@ static struct dmi_system_id video_dmi_table[] = {
         * control on these systems, but do not register a backlight sysfs
         * as brightness control does not work.
         */
+       {
+        /* https://bugzilla.kernel.org/show_bug.cgi?id=21012 */
+        .callback = video_disable_backlight_sysfs_if,
+        .ident = "Toshiba Portege R700",
+        .matches = {
+               DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+               DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE R700"),
+               },
+       },
        {
         /* https://bugs.freedesktop.org/show_bug.cgi?id=82634 */
         .callback = video_disable_backlight_sysfs_if,