Linux Input/HID development
 help / color / mirror / Atom feed
* [PATCH] Input: add Gericom Bellagio to nomux blacklist
@ 2008-07-02 12:56 Jiri Kosina
  2008-07-02 13:09 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Kosina @ 2008-07-02 12:56 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Roland Kletzing, linux-input

Gericom Bellagio needs to be added to nomux blacklist, otherwise its 
touchpad misbehaves.

Reported-by: Roland Kletzing <roland.kletzing@materna.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

---
  drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
  1 file changed, 7 insertions(+)

--- linux-2.6.25-SL110_BRANCH.orig/drivers/input/serio/i8042-x86ia64io.h
+++ linux-2.6.25-SL110_BRANCH/drivers/input/serio/i8042-x86ia64io.h
@@ -305,6 +305,13 @@ static struct dmi_system_id __initdata i
  			DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 1360"),
  		},
  	},
+	{
+		.ident = "Gericom Bellagio",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),
+			DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"),
+		},
+	},
  	{ }
  };


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

end of thread, other threads:[~2008-07-02 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 12:56 [PATCH] Input: add Gericom Bellagio to nomux blacklist Jiri Kosina
2008-07-02 13:09 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox