]> Git Repo - linux.git/commitdiff
ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightness
authorZhang Rui <[email protected]>
Mon, 22 Jun 2009 03:31:18 +0000 (11:31 +0800)
committerLen Brown <[email protected]>
Wed, 24 Jun 2009 03:41:31 +0000 (23:41 -0400)
http://bugzilla.kernel.org/show_bug.cgi?id=13121

Signed-off-by: Zhang Rui <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/video.c

index 1bdfb37377e32d58bcd1f3e35e858c1cc681aa5c..1eff1625672a151969adcb79d83fa255c3473f60 100644 (file)
@@ -586,6 +586,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
                DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"),
                },
        },
+       {
+        .callback = video_set_bqc_offset,
+        .ident = "Acer Aspire 7720",
+        .matches = {
+               DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
+               DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 7720"),
+               },
+       },
        {}
 };
 
This page took 0.059855 seconds and 4 git commands to generate.