linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i8042 add ALDI/MEDION netbook E1222 to qurik reset table
@ 2010-03-14  2:49 Christoph Fritz
  2010-03-14  6:29 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Fritz @ 2010-03-14  2:49 UTC (permalink / raw)
  To: linux-input; +Cc: Dmitry Torokhov

ALDI/MEDION netbook E1222 needs to be in the reset quirk 
list for its touchpad's proper function.


Reported-by: Michael Fischer <mifi@gmx.de>
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
 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 2a5982e..525b9b9 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -442,6 +442,13 @@ static const struct dmi_system_id __initconst
i8042_dmi_reset_table[] = {
 		},
 	},
 	{
+		/* Medion Akoya E1222 */
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "MEDION"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "E122X"),
+		},
+	},
+	{
 		/* Mivvy M310 */
 		.matches = {
 			DMI_MATCH(DMI_SYS_VENDOR, "VIOOO"),
-- 
1.5.6.5


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

* Re: [PATCH] i8042 add ALDI/MEDION netbook E1222 to qurik reset table
  2010-03-14  2:49 [PATCH] i8042 add ALDI/MEDION netbook E1222 to qurik reset table Christoph Fritz
@ 2010-03-14  6:29 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-03-14  6:29 UTC (permalink / raw)
  To: Christoph Fritz; +Cc: linux-input

On Sun, Mar 14, 2010 at 03:49:01AM +0100, Christoph Fritz wrote:
> ALDI/MEDION netbook E1222 needs to be in the reset quirk 
> list for its touchpad's proper function.
> 
> 
> Reported-by: Michael Fischer <mifi@gmx.de>
> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>

Applied, thank you Christoph.

BTW, your mailer line-wraps patches, please look into it when you do
your next submission. Thanks!

-- 
Dmitry

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

end of thread, other threads:[~2010-03-14  6:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-14  2:49 [PATCH] i8042 add ALDI/MEDION netbook E1222 to qurik reset table Christoph Fritz
2010-03-14  6:29 ` 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).