]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
Dell Vostro 3350 touchpad LED
authorAng Way Chuang <wcang79@gmail.com>
Thu, 12 Apr 2012 05:11:27 +0000 (13:11 +0800)
committerMatthew Garrett <mjg@redhat.com>
Thu, 31 May 2012 18:23:38 +0000 (14:23 -0400)
Add Vostro 3350 into quirks so that the touchpad LED works.

Signed-off-by: Ang Way Chuang <wcang79@gmail.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/dell-laptop.c

index e6c08ee8d46c0acb5d1652b2627bc65b5f2d4922..ae98195ee3cc7bf3bc9b5ef778099aafc04255d3 100644 (file)
@@ -185,6 +185,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
                },
                .driver_data = &quirk_dell_vostro_v130,
        },
+       {
+               .callback = dmi_matched,
+               .ident = "Dell Vostro 3350",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3350"),
+               },
+               .driver_data = &quirk_dell_vostro_v130,
+       },
        {
                .callback = dmi_matched,
                .ident = "Dell Vostro 3555",