Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272018
b: refs/heads/master
c: 7500eeb
h: refs/heads/master
v: v3
  • Loading branch information
Tommaso Massimi authored and Matthew Garrett committed Oct 24, 2011
1 parent fc809de commit 8642c7e
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: f87d02996f05ec1789ceecce9ec839f629b7aa80
refs/heads/master: 7500eeb08a179e61a4219288c21407d63d1e9c64
9 changes: 9 additions & 0 deletions trunk/drivers/platform/x86/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "NC210/NC110"),
},
.callback = dmi_check_cb,
},
{
.ident = "X520",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "X520"),
DMI_MATCH(DMI_BOARD_NAME, "X520"),
},
.callback = dmi_check_cb,
},
{ },
};
Expand Down

0 comments on commit 8642c7e

Please sign in to comment.