All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] input: i8042 - add Acer Aspire 5536 to the noloop list
@ 2009-08-17  1:03 Eugeniy Meshcheryakov
  2009-08-18  5:24 ` Dmitry Torokhov
  0 siblings, 1 reply; 6+ messages in thread
From: Eugeniy Meshcheryakov @ 2009-08-17  1:03 UTC (permalink / raw)
  To: linux-input; +Cc: Dmitry Torokhov, Eugeniy Meshcheryakov

Without this patch it is not possible to reenable touchpad
after disabling it using disable button.
---
 drivers/input/serio/i8042-x86ia64io.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index ae04d8a..e6d0890 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -167,6 +167,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
 			DMI_MATCH(DMI_PRODUCT_VERSION, "Rev 1"),
 		},
 	},
+	{
+		.ident = "Acer Aspire 5536",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5536"),
+			DMI_MATCH(DMI_PRODUCT_VERSION, "0100"),
+		},
+	},
 	{ }
 };
 
-- 
1.6.3.3


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

end of thread, other threads:[~2009-08-21  3:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-17  1:03 [PATCH] input: i8042 - add Acer Aspire 5536 to the noloop list Eugeniy Meshcheryakov
2009-08-18  5:24 ` Dmitry Torokhov
2009-08-18 16:53   ` Eugeniy Meshcheryakov
2009-08-19  8:56     ` Jiri Kosina
2009-08-19 11:51       ` Eugeniy Meshcheryakov
2009-08-21  3:51         ` 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.