sony-laptop: enable Vaio FZ events
authorMattia Dongili <malattia@linux.it>
Sun, 12 Aug 2007 07:20:26 +0000 (16:20 +0900)
committerLen Brown <len.brown@intel.com>
Fri, 24 Aug 2007 04:56:59 +0000 (00:56 -0400)
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/misc/sony-laptop.c

index 91da688..7707cc2 100644 (file)
@@ -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,