Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84063
b: refs/heads/master
c: 88877c2
h: refs/heads/master
i:
  84061: b53302f
  84059: 2b78d1c
  84055: d9bee1b
  84047: 9ebf353
  84031: 9b9c862
v: v3
  • Loading branch information
Mattia Dongili authored and Len Brown committed Jan 24, 2008
1 parent 6bc34b5 commit 93ec068
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: 75a1f9ce8f422fd32774a0674ed4386d07628d5e
refs/heads/master: 88877c2a2ebd0e554496efb23e7dc8ade661d289
9 changes: 9 additions & 0 deletions trunk/drivers/misc/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,15 @@ static const struct dmi_system_id sony_nc_ids[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-C"),
},
},
{
.ident = "Sony Vaio N Series",
.callback = sony_nc_C_enable,
.driver_data = sony_C_events,
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
DMI_MATCH(DMI_PRODUCT_NAME, "VGN-N"),
},
},
{ }
};

Expand Down

0 comments on commit 93ec068

Please sign in to comment.