Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310165
b: refs/heads/master
c: d0e0a47
h: refs/heads/master
i:
  310163: 63c0769
v: v3
  • Loading branch information
AceLan Kao authored and Matthew Garrett committed May 31, 2012
1 parent 020575f commit 95e0939
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 050eff39af6a395104df85b7ca59f0a4245e04f8
refs/heads/master: d0e0a4777941b93036e5e325b0db6056e1c3092d
9 changes: 9 additions & 0 deletions trunk/drivers/platform/x86/dell-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
},
.driver_data = &quirk_dell_vostro_v130,
},
{
.callback = dmi_matched,
.ident = "Dell Vostro 3450",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
DMI_MATCH(DMI_PRODUCT_NAME, "Dell System Vostro 3450"),
},
.driver_data = &quirk_dell_vostro_v130,
},
{ }
};

Expand Down

0 comments on commit 95e0939

Please sign in to comment.