]> git.kernelconcepts.de Git - karo-tx-linux.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 17:11:00 +0000 (10:11 -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 5d59d4ed9ed5ab1a08eeee84b65651316fff39b6..b535455d999bcfbb6c0edd3c68adec4cb3ccccca 100644 (file)
@@ -296,6 +296,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