linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Kosina <jkosina@suse.cz>
To: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Roland Kletzing <roland.kletzing@materna.de>,
	linux-input@vger.kernel.org
Subject: [PATCH] Input: add Gericom Bellagio to nomux blacklist
Date: Wed, 2 Jul 2008 14:56:07 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.1.10.0807021454530.25376@jikos.suse.cz> (raw)

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"),
+		},
+	},
  	{ }
  };


             reply	other threads:[~2008-07-02 12:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-02 12:56 Jiri Kosina [this message]
2008-07-02 13:09 ` [PATCH] Input: add Gericom Bellagio to nomux blacklist Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.1.10.0807021454530.25376@jikos.suse.cz \
    --to=jkosina@suse.cz \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=roland.kletzing@materna.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).