Jiri Kosina | 2 Jul 14:52

[PATCH] Input: add Gericom Bellagio to nomux blacklist

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

Reported-by: Roland Kletzing <roland.kletzing <at> materna.de>
Signed-off-by: Jiri Kosina <jkosina <at> 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"),
+		},
+	},
  	{ }
  };

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
(Continue reading)

Dmitry Torokhov | 2 Jul 15:09

Re: [PATCH] Input: add Gericom Bellagio to nomux blacklist

On Wed, Jul 02, 2008 at 02:56:07PM +0200, Jiri Kosina wrote:
> Gericom Bellagio needs to be added to nomux blacklist, otherwise its 
> touchpad misbehaves.
>

Oh, god... Why can't they implement it properly???

--

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Gmane