linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table
@ 2010-07-19 17:45 Kamal Mostafa
  2010-07-23  6:45 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Kamal Mostafa @ 2010-07-19 17:45 UTC (permalink / raw)
  To: linux-kernel
  Cc: kernel-team, Kamal Mostafa, Dmitry Torokhov, Matthew Garrett,
	Elliott Sales de Andrade, Alan Stern, linux-input

Gigabyte "Spring Peak" notebook indicates wrong chassis-type, tripping up
i8042 and breaking the touchpad.  Add this model to i8042_dmi_noloop_table[]
to resolve.

BugLink: https://bugs.launchpad.net/bugs/580664

Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Cc: <stable@kernel.org>
---
 drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 6168469..d953d65 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -166,6 +166,13 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
 		},
 	},
 	{
+		/* Gigabyte Spring Peak */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Spring Peak"),
+		},
+	},
+	{
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),
-- 
1.7.0.4


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

* Re: [PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table
  2010-07-19 17:45 [PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table Kamal Mostafa
@ 2010-07-23  6:45 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-07-23  6:45 UTC (permalink / raw)
  To: Kamal Mostafa
  Cc: linux-kernel, kernel-team, Matthew Garrett,
	Elliott Sales de Andrade, Alan Stern, linux-input

On Mon, Jul 19, 2010 at 10:45:34AM -0700, Kamal Mostafa wrote:
> Gigabyte "Spring Peak" notebook indicates wrong chassis-type, tripping up
> i8042 and breaking the touchpad.  Add this model to i8042_dmi_noloop_table[]
> to resolve.
> 
> BugLink: https://bugs.launchpad.net/bugs/580664
> 
> Signed-off-by: Kamal Mostafa <kamal@canonical.com>
> Cc: <stable@kernel.org>

Applied, thanks Kamal.

> ---
>  drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
> index 6168469..d953d65 100644
> --- a/drivers/input/serio/i8042-x86ia64io.h
> +++ b/drivers/input/serio/i8042-x86ia64io.h
> @@ -166,6 +166,13 @@ static const struct dmi_system_id __initconst i8042_dmi_noloop_table[] = {
>  		},
>  	},
>  	{
> +		/* Gigabyte Spring Peak */
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "GIGABYTE"),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Spring Peak"),
> +		},
> +	},
> +	{
>  		.matches = {
>  			DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
>  			DMI_MATCH(DMI_PRODUCT_NAME, "HP Pavilion dv9700"),
> -- 
> 1.7.0.4
> 

-- 
Dmitry

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

end of thread, other threads:[~2010-07-23  6:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19 17:45 [PATCH] i8042: add Gigabyte Spring Peak to dmi_noloop_table Kamal Mostafa
2010-07-23  6:45 ` 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).