OSDN Git Service

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 e6c08ee..ae98195 100644 (file)
@@ -187,6 +187,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
        },
        {
                .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",
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),