From cff18af9596ede1dc07f0edad941d5fe7b3a35c5 Mon Sep 17 00:00:00 2001 From: AceLan Kao Date: Thu, 17 Nov 2011 15:30:42 +0800 Subject: [PATCH] --- yaml --- r: 296955 b: refs/heads/master c: 2a748853ca395c48ea75baa250f7cea6f0f23dbf h: refs/heads/master i: 296953: b04feb11ecae0ae92aa1ceaaeb06f57f8e92fee0 296951: f7076b4fdcd2294b918dd9a3709c98db9b5d1c32 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 cd7f72fd074b..e314234b4d89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 747a562f342895bbb6cfdfcb82104b4b2ae566e6 +refs/heads/master: 2a748853ca395c48ea75baa250f7cea6f0f23dbf diff --git a/trunk/drivers/platform/x86/dell-laptop.c b/trunk/drivers/platform/x86/dell-laptop.c index 50dac0c9b670..27600a11f3cc 100644 --- a/trunk/drivers/platform/x86/dell-laptop.c +++ b/trunk/drivers/platform/x86/dell-laptop.c @@ -185,6 +185,33 @@ static struct dmi_system_id __devinitdata dell_quirks[] = { }, .driver_data = &quirk_dell_vostro_v130, }, + { + .callback = dmi_matched, + .ident = "Dell Vostro 3555", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 3555"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, + { + .callback = dmi_matched, + .ident = "Dell Inspiron N311z", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron N311z"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, + { + .callback = dmi_matched, + .ident = "Dell Inspiron M5110", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron M5110"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, }; static struct calling_interface_buffer *buffer;