Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236130
b: refs/heads/master
c: 9b5040b
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 25, 2011
1 parent b02e714 commit bf4c733
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: e20b6f359ad9d1fe26eae08a0051bcbd277be540
refs/heads/master: 9b5040be4779b36d208362a3c0df00bb97f6c0a0
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 @@ -564,6 +564,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "R519/R719",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "R519/R719"),
DMI_MATCH(DMI_BOARD_NAME, "R519/R719"),
},
.callback = dmi_check_cb,
},
{
.ident = "N150/N210/N220",
.matches = {
Expand Down

0 comments on commit bf4c733

Please sign in to comment.