Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236135
b: refs/heads/master
c: 8aa2bb4
h: refs/heads/master
i:
  236133: 61d351a
  236131: bde29de
  236127: acfeef3
v: v3
  • Loading branch information
Riccardo Magliocchetti authored and Greg Kroah-Hartman committed Feb 27, 2011
1 parent f9fef1a commit 4abf80d
Show file tree
Hide file tree
Showing 2 changed files with 10 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: dc5ecf45f3e772a9845c1afebfbc423474f2e46a
refs/heads/master: 8aa2bb43646aa24bcee5298bf83051a8ce9967a6
9 changes: 9 additions & 0 deletions trunk/drivers/staging/samsung-laptop/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "P460",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "P460"),
DMI_MATCH(DMI_BOARD_NAME, "P460"),
},
.callback = dmi_check_cb,
},
{ },
};
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
Expand Down

0 comments on commit 4abf80d

Please sign in to comment.