Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271989
b: refs/heads/master
c: f689c87
h: refs/heads/master
i:
  271987: b851147
v: v3
  • Loading branch information
Raul Gutierrez Segales authored and Matthew Garrett committed Oct 24, 2011
1 parent 30a67cf commit e9cf590
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: 7b3c257ce4267e004a7c7e68c05d1eb70da8c972
refs/heads/master: f689c875c13c9d62b3c4de09cd5dad66549f700d
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 @@ -662,6 +662,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "N220",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "N220"),
DMI_MATCH(DMI_BOARD_NAME, "N220"),
},
.callback = dmi_check_cb,
},
{
.ident = "N150/N210/N220/N230",
.matches = {
Expand Down

0 comments on commit e9cf590

Please sign in to comment.