Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272017
b: refs/heads/master
c: f87d029
h: refs/heads/master
i:
  272015: a28e0aa
v: v3
  • Loading branch information
Stefan Beller authored and Matthew Garrett committed Oct 24, 2011
1 parent 0523eea commit fc809de
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: 85003c3850f4f0b1391df324058a7c5fa0927d25
refs/heads/master: f87d02996f05ec1789ceecce9ec839f629b7aa80
9 changes: 9 additions & 0 deletions trunk/drivers/platform/x86/samsung-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,15 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.callback = dmi_check_cb,
},
{
.ident = "R700",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "SR700"),
DMI_MATCH(DMI_BOARD_NAME, "SR700"),
},
.callback = dmi_check_cb,
},
{
.ident = "R530/R730",
.matches = {
Expand Down

0 comments on commit fc809de

Please sign in to comment.