Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235895
b: refs/heads/master
c: 837b03c
h: refs/heads/master
i:
  235893: ed0a982
  235891: 728a602
  235887: b2ee6ef
v: v3
  • Loading branch information
Ingmar Steen authored and Greg Kroah-Hartman committed Feb 9, 2011
1 parent 6a8bbfe commit aa94811
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: 988a29bf3dfb2bb9a85c21987e2cc63dadf523c3
refs/heads/master: 837b03cd182f2bcb715cba8844cf82baa8b48170
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 @@ -510,6 +510,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "X125",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR,
"SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "X125"),
DMI_MATCH(DMI_BOARD_NAME, "X125"),
},
.callback = dmi_check_cb,
},
{ },
};
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
Expand Down

0 comments on commit aa94811

Please sign in to comment.