Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235901
b: refs/heads/master
c: d3c2911
h: refs/heads/master
i:
  235899: d19086c
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 9, 2011
1 parent d2de743 commit 90d63de
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: 5bf8b724d206d8e46da504eda847a1d2f9ad4e70
refs/heads/master: d3c291169eecc2943d8fb0fea45fa58a88afbf2d
10 changes: 10 additions & 0 deletions trunk/drivers/staging/samsung-laptop/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "NC10",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "NC10"),
DMI_MATCH(DMI_BOARD_NAME, "NC10"),
},
.callback = dmi_check_cb,
},
{ },
};
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
Expand Down

0 comments on commit 90d63de

Please sign in to comment.