Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236131
b: refs/heads/master
c: db559b0
h: refs/heads/master
i:
  236129: b02e714
  236127: acfeef3
v: v3
  • Loading branch information
Roman Grebennikov authored and Greg Kroah-Hartman committed Feb 25, 2011
1 parent bf4c733 commit bde29de
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: 9b5040be4779b36d208362a3c0df00bb97f6c0a0
refs/heads/master: db559b079a60535f45a06f64595fbe4b78e2efbb
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 = "X120/X170",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "X120/X170"),
DMI_MATCH(DMI_BOARD_NAME, "X120/X170"),
},
.callback = dmi_check_cb,
},
{
.ident = "NC10",
.matches = {
Expand Down

0 comments on commit bde29de

Please sign in to comment.