diff options
author | Mattia Dongili <malattia@linux.it> | 2007-08-12 16:20:26 +0900 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-08-24 00:56:59 -0400 |
commit | f46d1604ed84e5a4107bae1db7283e3a76d72ace (patch) | |
tree | 77ae29e4d2498e8ab6166be855cc4a23c5832aaa /drivers/misc | |
parent | b377fd3982ad957c796758a90e2988401a884241 (diff) | |
download | blackbird-op-linux-f46d1604ed84e5a4107bae1db7283e3a76d72ace.tar.gz blackbird-op-linux-f46d1604ed84e5a4107bae1db7283e3a76d72ace.zip |
sony-laptop: enable Vaio FZ events
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/sony-laptop.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/sony-laptop.c b/drivers/misc/sony-laptop.c index 91da6880ae93..7707cc25f3a2 100644 --- a/drivers/misc/sony-laptop.c +++ b/drivers/misc/sony-laptop.c @@ -856,6 +856,15 @@ static struct dmi_system_id sony_nc_ids[] = { }, }, { + .ident = "Sony Vaio FZ 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-FZ"), + }, + }, + { .ident = "Sony Vaio C Series", .callback = sony_nc_C_enable, .driver_data = sony_C_events, |