aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/acpi_video.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/acpi_video.c b/drivers/acpi/acpi_video.c
index 408b014f8b64..a76f8be1bfe7 100644
--- a/drivers/acpi/acpi_video.c
+++ b/drivers/acpi/acpi_video.c
@@ -496,6 +496,15 @@ static struct dmi_system_id video_dmi_table[] = {
496 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE R830"), 496 DMI_MATCH(DMI_PRODUCT_NAME, "PORTEGE R830"),
497 }, 497 },
498 }, 498 },
499 {
500 /* https://bugzilla.kernel.org/show_bug.cgi?id=21012 */
501 .callback = video_disable_backlight_sysfs_if,
502 .ident = "Toshiba Satellite R830",
503 .matches = {
504 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
505 DMI_MATCH(DMI_PRODUCT_NAME, "SATELLITE R830"),
506 },
507 },
499 /* 508 /*
500 * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set 509 * Some machine's _DOD IDs don't have bit 31(Device ID Scheme) set
501 * but the IDs actually follow the Device ID Scheme. 510 * but the IDs actually follow the Device ID Scheme.