From: Ang Way Chuang Date: Thu, 12 Apr 2012 05:11:27 +0000 (+0800) Subject: Dell Vostro 3350 touchpad LED X-Git-Tag: v3.5-rc1~9^2~34 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=57b31b2fb6cc2593daa5b37c7482f36f533c2a34;p=~emulex%2Finfiniband.git Dell Vostro 3350 touchpad LED Add Vostro 3350 into quirks so that the touchpad LED works. Signed-off-by: Ang Way Chuang Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index e6c08ee8d46..ae98195ee3c 100644 --- a/drivers/platform/x86/dell-laptop.c +++ b/drivers/platform/x86/dell-laptop.c @@ -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",