]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commitdiff
Input: i8042 - add Gericom Bellagio to nomux blacklist
authorJiri Kosina <jkosina@suse.cz>
Thu, 3 Jul 2008 15:00:28 +0000 (11:00 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 6 Aug 2008 16:03:18 +0000 (09:03 -0700)
commit 5b5b43d0b32ea586036638288c31179f00de5443 upstream

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>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/input/serio/i8042-x86ia64io.h

index 9818359d26e26886e82828a5ae39f44252f0c272..8199b06d2f6ada5a3a97350ea7830d4238687009 100644 (file)
@@ -303,6 +303,13 @@ static struct dmi_system_id __initdata i8042_dmi_nopnp_table[] = {
                        DMI_MATCH(DMI_BOARD_VENDOR, "Intel Corporation"),
                },
        },
+       {
+               .ident = "Gericom Bellagio",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "N34AS6"),
+               },
+       },
        { }
 };
 #endif