]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 91da6880ae9390fc2e46490836cd7de97ba27367..7707cc25f3a23f66aeb6ec2ec8bea14f44e360c1 100644 (file)
@@ -855,6 +855,15 @@ static struct dmi_system_id sony_nc_ids[] = {
                                DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FE"),
                        },
                },
+               {
+                       .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,