Skip to content

Commit

Permalink
ACPI: video: DMI workaround another broken Acer BIOS enabling display…
Browse files Browse the repository at this point in the history
… brightness

http://bugzilla.kernel.org/show_bug.cgi?id=13121

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed May 8, 2009
1 parent 45cb50e commit 5afc4ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,14 @@ static struct dmi_system_id video_dmi_table[] __initdata = {
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5720"),
},
},
{
.callback = video_set_bqc_offset,
.ident = "Acer Aspire 5710Z",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Acer"),
DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710Z"),
},
},
{}
};

Expand Down

0 comments on commit 5afc4ab

Please sign in to comment.