diff options
-rw-r--r-- | drivers/acpi/video.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index 1bdfb37377e3..1eff1625672a 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c | |||
@@ -586,6 +586,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = { | |||
586 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"), | 586 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"), |
587 | }, | 587 | }, |
588 | }, | 588 | }, |
589 | { | ||
590 | .callback = video_set_bqc_offset, | ||
591 | .ident = "Acer Aspire 7720", | ||
592 | .matches = { | ||
593 | DMI_MATCH(DMI_BOARD_VENDOR, "Acer"), | ||
594 | DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7720"), | ||
595 | }, | ||
596 | }, | ||
589 | {} | 597 | {} |
590 | }; | 598 | }; |
591 | 599 | ||