linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table
@ 2016-12-17  2:19 Marcos Paulo de Souza
  2016-12-18 23:26 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Marcos Paulo de Souza @ 2016-12-17  2:19 UTC (permalink / raw)
  Cc: Marcos Paulo de Souza, Dmitry Torokhov, Patrick Scheuring,
	Aurélien Francillon, linux-input, linux-kernel

Avoid AUX loopback in Pegatron C15B touchpad, so input subsystem is able
to recognize a synaptics touchpad in the AUX port.

Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=93791
(Touchpad is not detected on DNS 0801480 notebook (PEGATRON C15B))

Suggested-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
---
 drivers/input/serio/i8042-x86ia64io.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index ddd3132..1776dc6 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -211,6 +211,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
 			DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
 		},
 	},
+	{
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
+		},
+	},
 	{ }
 };
 
-- 
2.9.3


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

* Re: [PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table
  2016-12-17  2:19 [PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table Marcos Paulo de Souza
@ 2016-12-18 23:26 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2016-12-18 23:26 UTC (permalink / raw)
  To: Marcos Paulo de Souza
  Cc: Patrick Scheuring, Aurélien Francillon, linux-input,
	linux-kernel

On Sat, Dec 17, 2016 at 12:19:34AM -0200, Marcos Paulo de Souza wrote:
> Avoid AUX loopback in Pegatron C15B touchpad, so input subsystem is able
> to recognize a synaptics touchpad in the AUX port.
> 
> Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=93791
> (Touchpad is not detected on DNS 0801480 notebook (PEGATRON C15B))
> 
> Suggested-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>

Applied, thank you.

> ---
>  drivers/input/serio/i8042-x86ia64io.h | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index ddd3132..1776dc6 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -211,6 +211,12 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
>  			DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
>  		},
>  	},
> +	{
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "PEGATRON CORPORATION"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "C15B"),
> +		},
> +	},
>  	{ }
>  };
>  
> -- 
> 2.9.3
> 

-- 
Dmitry

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

end of thread, other threads:[~2016-12-18 23:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-17  2:19 [PATCH] input: i8042-x86ia64io.h: Add Pegatron touchpad to noloop table Marcos Paulo de Souza
2016-12-18 23:26 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).