All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]: Dell Vostro 3350 touchpad LED
@ 2012-04-12  5:11 Ang Way Chuang
  2012-05-03 20:13 ` Ang Way Chuang
  0 siblings, 1 reply; 3+ messages in thread
From: Ang Way Chuang @ 2012-04-12  5:11 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: Matthew Garrett

Add Vostro 3350 into quirks so that the touchpad LED works.

Signed-off-by: Ang Way Chuang <wcang79@gmail.com>
---
diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
index a05fc9c..a25d8d9 100644
--- a/drivers/platform/x86/dell-laptop.c
+++ b/drivers/platform/x86/dell-laptop.c
@@ -187,6 +187,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
 	},
 	{
 		.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",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH]: Dell Vostro 3350 touchpad LED
  2012-04-12  5:11 [PATCH]: Dell Vostro 3350 touchpad LED Ang Way Chuang
@ 2012-05-03 20:13 ` Ang Way Chuang
  2012-05-03 20:34   ` Matthew Garrett
  0 siblings, 1 reply; 3+ messages in thread
From: Ang Way Chuang @ 2012-05-03 20:13 UTC (permalink / raw)
  To: platform-driver-x86; +Cc: Matthew Garrett

Hi,
   Can someone please look into this patch? I know that this is
basically a useless patch. It has been sitting there for more than 2
weeks. Thanks.


On Thu, Apr 12, 2012 at 1:11 PM, Ang Way Chuang <wcang79@gmail.com> wrote:
> Add Vostro 3350 into quirks so that the touchpad LED works.
>
> Signed-off-by: Ang Way Chuang <wcang79@gmail.com>
> ---
> diff --git a/drivers/platform/x86/dell-laptop.c b/drivers/platform/x86/dell-laptop.c
> index a05fc9c..a25d8d9 100644
> --- a/drivers/platform/x86/dell-laptop.c
> +++ b/drivers/platform/x86/dell-laptop.c
> @@ -187,6 +187,15 @@ static struct dmi_system_id __devinitdata dell_quirks[] = {
>        },
>        {
>                .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",
>                .matches = {
>                        DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH]: Dell Vostro 3350 touchpad LED
  2012-05-03 20:13 ` Ang Way Chuang
@ 2012-05-03 20:34   ` Matthew Garrett
  0 siblings, 0 replies; 3+ messages in thread
From: Matthew Garrett @ 2012-05-03 20:34 UTC (permalink / raw)
  To: Ang Way Chuang; +Cc: platform-driver-x86

Literally just applied it to -next.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-03 20:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12  5:11 [PATCH]: Dell Vostro 3350 touchpad LED Ang Way Chuang
2012-05-03 20:13 ` Ang Way Chuang
2012-05-03 20:34   ` 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.