Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262611
b: refs/heads/master
c: 4e2441c
h: refs/heads/master
i:
  262609: b5366af
  262607: 8cd5aca
v: v3
  • Loading branch information
J Witteveen authored and Matthew Garrett committed Aug 5, 2011
1 parent 9ef87cd commit 51e44a5
Show file tree
Hide file tree
Showing 2 changed files with 11 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: a912d329102aa13c572989c6adc103685c9d24ae
refs/heads/master: 4e2441c046737d3fb452ae46f0e4b12e18cf440d
10 changes: 10 additions & 0 deletions trunk/drivers/platform/x86/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "N510",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "N510"),
DMI_MATCH(DMI_BOARD_NAME, "N510"),
},
.callback = dmi_check_cb,
},
{
.ident = "X125",
.matches = {
Expand Down

0 comments on commit 51e44a5

Please sign in to comment.