Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145052
b: refs/heads/master
c: 5afc4ab
h: refs/heads/master
v: v3
  • Loading branch information
Len Brown committed May 8, 2009
1 parent c311e35 commit 6e64f05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45cb50e646d1560eff01c5ad0f0df3c7fd6148dd
refs/heads/master: 5afc4abe7902b8453c248321daa9b13b12d9c838
8 changes: 8 additions & 0 deletions trunk/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 6e64f05

Please sign in to comment.