Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348543
b: refs/heads/master
c: e04c200
h: refs/heads/master
i:
  348541: 5e1f25b
  348539: 897c473
  348535: 6752942
  348527: d5488ca
  348511: b3ce732
  348479: 384ea30
  348415: 2ea98c0
v: v3
  • Loading branch information
Seth Forshee authored and Matthew Garrett committed Jan 7, 2013
1 parent 9c8e508 commit ded18fc
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: 68825ce20e81e2165ec4654c3296e5e8c1dae765
refs/heads/master: e04c200f1f2de8eaa2f5af6d97e7e213a1abb424
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 @@ -1523,6 +1523,16 @@ static struct dmi_system_id __initdata samsung_dmi_table[] = {
},
.driver_data = &samsung_broken_acpi_video,
},
{
.callback = samsung_dmi_matched,
.ident = "N250P",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "SAMSUNG ELECTRONICS CO., LTD."),
DMI_MATCH(DMI_PRODUCT_NAME, "N250P"),
DMI_MATCH(DMI_BOARD_NAME, "N250P"),
},
.driver_data = &samsung_broken_acpi_video,
},
{ },
};
MODULE_DEVICE_TABLE(dmi, samsung_dmi_table);
Expand Down

0 comments on commit ded18fc

Please sign in to comment.