All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad detection
@ 2014-09-23 15:24 Marcos Paulo de Souza
  2014-09-25  0:01 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Marcos Paulo de Souza @ 2014-09-23 15:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: Marcos Paulo de Souza, Dmitry Torokhov, Hans de Goede,
	Jiri Kosina, Tom Gundersen, Peter Hutterer, linux-input, stable

From: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Tom Gundersen <teg@jklm.no>
Cc: Peter Hutterer <peter.hutterer@who-t.net>
Cc: linux-input@vger.kernel.org
Cc: stable@vger.kernel.org
---
 drivers/input/serio/i8042-x86ia64io.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 136b7b20..ec6cb72 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -465,6 +465,15 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
 		},
 	},
+	{
+		/* Asus X450LCP */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "X450LCP"),
+		},
+	},
+
+
 	{ }
 };
 
-- 
1.9.3


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

* Re: [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad detection
  2014-09-23 15:24 [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad detection Marcos Paulo de Souza
@ 2014-09-25  0:01 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2014-09-25  0:01 UTC (permalink / raw)
  To: Marcos Paulo de Souza
  Cc: linux-kernel, Hans de Goede, Jiri Kosina, Tom Gundersen,
	Peter Hutterer, linux-input, stable

On Tue, Sep 23, 2014 at 12:24:33PM -0300, Marcos Paulo de Souza wrote:
> From: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> 
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Cc: Hans de Goede <hdegoede@redhat.com>
> Cc: Jiri Kosina <jkosina@suse.cz>
> Cc: Tom Gundersen <teg@jklm.no>
> Cc: Peter Hutterer <peter.hutterer@who-t.net>
> Cc: linux-input@vger.kernel.org
> Cc: stable@vger.kernel.org

Applied, thank you.

> ---
>  drivers/input/serio/i8042-x86ia64io.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 136b7b20..ec6cb72 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -465,6 +465,15 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
>  			DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv4 Notebook PC"),
>  		},
>  	},
> +	{
> +		/* Asus X450LCP */
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "X450LCP"),
> +		},
> +	},
> +
> +
>  	{ }
>  };
>  
> -- 
> 1.9.3
> 

-- 
Dmitry

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

end of thread, other threads:[~2014-09-25  0:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-23 15:24 [PATCH] input/serio/i8042-x86ia64io.h: Fix Asus X450LCP touchpad detection Marcos Paulo de Souza
2014-09-25  0:01 ` Dmitry Torokhov

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.