Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336764
b: refs/heads/master
c: d0c2ce1
h: refs/heads/master
v: v3
  • Loading branch information
Lan Tianyu authored and Rafael J. Wysocki committed Nov 30, 2012
1 parent 9cc76d0 commit 6a3ddfc
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: 0ac1b1d7b7424cd6f129b5454b504b3cae746f0e
refs/heads/master: d0c2ce16bec0afa6013b4c5220ca4c9c67210215
8 changes: 8 additions & 0 deletions trunk/drivers/acpi/video_detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,14 @@ static struct dmi_system_id video_detect_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "X360"),
},
},
{
.callback = video_detect_force_vendor,
.ident = "Asus UL30VT",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK Computer Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "UL30VT"),
},
},
{ },
};

Expand Down

0 comments on commit 6a3ddfc

Please sign in to comment.