Skip to content

Commit

Permalink
sony-laptop: Add Vaio FE to the special init sequence
Browse files Browse the repository at this point in the history
The Vaio FE series uses the same sequence as Vaio C series

Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Mattia Dongili authored and Len Brown committed Jul 22, 2007
1 parent bc57f86 commit 89892d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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 89892d1

Please sign in to comment.