* [PATCH] dell-laptop: Add touchpad led support for Dell V3450
@ 2012-05-22 4:38 AceLan Kao
2012-05-31 18:40 ` Matthew Garrett
0 siblings, 1 reply; 2+ messages in thread
From: AceLan Kao @ 2012-05-22 4:38 UTC (permalink / raw)
To: platform-driver-x86, Matthew Garrett
Add Dell Vostro 3450 quirk to support touchpad LED.
CC: Mariusz Fik <fisiu@opensuse.org>
Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
---
drivers/platform/x86/dell-laptop.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index 255040b..c188d43 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,
+ },
{ }
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] dell-laptop: Add touchpad led support for Dell V3450
2012-05-22 4:38 [PATCH] dell-laptop: Add touchpad led support for Dell V3450 AceLan Kao
@ 2012-05-31 18:40 ` Matthew Garrett
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Garrett @ 2012-05-31 18:40 UTC (permalink / raw)
To: AceLan Kao; +Cc: platform-driver-x86
Applied, thanks.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-31 18:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 4:38 [PATCH] dell-laptop: Add touchpad led support for Dell V3450 AceLan Kao
2012-05-31 18:40 ` Matthew Garrett
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.