From d0e0a4777941b93036e5e325b0db6056e1c3092d Mon Sep 17 00:00:00 2001 From: AceLan Kao Date: Tue, 22 May 2012 12:38:51 +0800 Subject: dell-laptop: Add touchpad led support for Dell V3450 Add Dell Vostro 3450 quirk to support touchpad LED. CC: Mariusz Fik Signed-off-by: AceLan Kao Signed-off-by: Matthew Garrett --- drivers/platform/x86/dell-laptop.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/platform/x86/dell-laptop.c') diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c index 255040bc89c0..c188d43b93c5 100644 --- a/drivers/platform/x86/dell-laptop.c +++ b/drivers/platform/x86/dell-laptop.c @@ -248,6 +248,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = { }, .driver_data = &quirk_dell_vostro_v130, }, + { + .callback = dmi_matched, + .ident = "Dell Vostro 3450", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Dell System Vostro 3450"), + }, + .driver_data = &quirk_dell_vostro_v130, + }, { } }; -- cgit