From 5ec52b90a64e357765cefb87f6ad6bb62f5efdc6 Mon Sep 17 00:00:00 2001 From: AceLan Kao Date: Fri, 20 Apr 2012 11:47:26 +0800 Subject: [PATCH] --- yaml --- r: 310135 b: refs/heads/master c: 7f8392280c33db6f568f8d4d08aac56cdb21c4a4 h: refs/heads/master i: 310133: 04a680756a609fac51c7ec7fdedef541dbd81765 310131: 2a650601ad9432a29b1379e57741accdcc0917da 310127: 8d3cc572b48f82987351cbb074f8bf6de303bde1 v: v3 --- [refs] | 2 +- trunk/drivers/platform/x86/dell-laptop.c | 27 ++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 40e22f50a413..5adf2a9e0863 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 57b31b2fb6cc2593daa5b37c7482f36f533c2a34 +refs/heads/master: 7f8392280c33db6f568f8d4d08aac56cdb21c4a4 diff --git a/trunk/drivers/platform/x86/dell-laptop.c b/trunk/drivers/platform/x86/dell-laptop.c index ae98195ee3cc..a269e1abe50d 100644 --- a/trunk/drivers/platform/x86/dell-laptop.c +++ b/trunk/drivers/platform/x86/dell-laptop.c @@ -221,6 +221,33 @@ static struct dmi_system_id __devinitdata dell_quirks[] = { }, .driver_data = &quirk_dell_vostro_v130, }, + { + .callback = dmi_matched, + .ident = "Dell Vostro 3360", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3360"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, + { + .callback = dmi_matched, + .ident = "Dell Vostro 3460", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3460"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, + { + .callback = dmi_matched, + .ident = "Dell Vostro 3560", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3560"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, { } };