Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62539
b: refs/heads/master
c: 89892d1
h: refs/heads/master
i:
  62537: 2374ed1
  62535: 4917914
v: v3
  • Loading branch information
Mattia Dongili authored and Len Brown committed Jul 22, 2007
1 parent d5f6e0b commit d7499ff
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: bc57f865fa2282ad2b7efe02da0a752e602e982e
refs/heads/master: 89892d153d0d46018241afc7944910912bcd9688
9 changes: 9 additions & 0 deletions trunk/drivers/misc/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,15 @@ static struct sony_nc_event sony_C_events[] = {

/* SNC-only model map */
struct dmi_system_id sony_nc_ids[] = {
{
.ident = "Sony Vaio FE 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-FE"),
},
},
{
.ident = "Sony Vaio C Series",
.callback = sony_nc_C_enable,
Expand Down

0 comments on commit d7499ff

Please sign in to comment.