Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145416
b: refs/heads/master
c: 93bcece
h: refs/heads/master
v: v3
  • Loading branch information
Zhang Rui authored and Len Brown committed May 30, 2009
1 parent f3454cc commit 04c91a3
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: 34ac272b3aaef11a91e19a72f3ac5772a96ffbc5
refs/heads/master: 93bcece20ef87c29548ec7e66532f1018572cea0
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
},
},
{}
};

Expand Down

0 comments on commit 04c91a3

Please sign in to comment.