linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist
@ 2007-09-03 21:47 Elvis Pranskevichus
  2007-09-05  4:31 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Elvis Pranskevichus @ 2007-09-03 21:47 UTC (permalink / raw)
  To: LKML; +Cc: Dmitry Torokhov, Elvis Pranskevichus

This fixes "atkbd.c: Suprious NAK on isa0060/serio0" errors for
HP Pavilion DV4270ca. Same reasons as for 9d9d50bb2efb50594abfc3941a5504b62c514ebd
and 6e782584e0713ea89da151333e7fe754c8f40324.

Signed-off-by: Elvis Pranskevichus <el@prans.net>

 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 702a526..f8fe421 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -211,6 +211,16 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
 		},
 	},
 	{
+		/*
+		 * Like DV4017EA does not raise AUXERR for errors on MUX ports.
+		 */
+		.ident = "HP Pavilion DV4270ca",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion dv4000 (EH476UA#ABL)"),
+		},
+	},
+	{
 		.ident = "Toshiba P10",
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
-- 
1.5.3


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

* Re: [PATCH] Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist
  2007-09-03 21:47 [PATCH] Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist Elvis Pranskevichus
@ 2007-09-05  4:31 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2007-09-05  4:31 UTC (permalink / raw)
  To: Elvis Pranskevichus; +Cc: LKML

On Monday 03 September 2007 17:47, Elvis Pranskevichus wrote:
> This fixes "atkbd.c: Suprious NAK on isa0060/serio0" errors for
> HP Pavilion DV4270ca. Same reasons as for 9d9d50bb2efb50594abfc3941a5504b62c514ebd
> and 6e782584e0713ea89da151333e7fe754c8f40324.
> 
> Signed-off-by: Elvis Pranskevichus <el@prans.net>
>

Applied, thank you Elvis.
 
-- 
Dmitry

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

end of thread, other threads:[~2007-09-05  4:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-03 21:47 [PATCH] Input: i8042 - add HP Pavilion DV4270ca to the MUX blacklist Elvis Pranskevichus
2007-09-05  4:31 ` 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).