From: Zhang Rui Date: Tue, 19 May 2009 19:08:41 +0000 (-0400) Subject: ACPI: video: DMI workaround broken Acer 5315 BIOS enabling display brightness X-Git-Tag: v2.6.30-rc8~13^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=93bcece20ef87c29548ec7e66532f1018572cea0;p=~emulex%2Finfiniband.git ACPI: video: DMI workaround broken Acer 5315 BIOS enabling display brightness http://bugzilla.kernel.org/show_bug.cgi?id=13121 Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c index ee45e760422..6d897bbd3bd 100644 --- a/drivers/acpi/video.c +++ b/drivers/acpi/video.c @@ -578,6 +578,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "eMachines E510"), }, }, + { + .callback = video_set_bqc_offset, + .ident = "Acer Aspire 5315", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "Acer"), + DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5315"), + }, + }, {} };