Input: i8042 - add Amoi to the MUX blacklist
authorCjacker Huang <cjacker@gmail.com>
Wed, 9 Aug 2006 03:38:22 +0000 (23:38 -0400)
committerDmitry Torokhov <dtor@insightbb.com>
Wed, 9 Aug 2006 03:38:22 +0000 (23:38 -0400)
ALPS touchpad on Amoi laptops (Amoi is a vendor in China) is not
detected when keyboard controller is in MUX mode, add to blacklist.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/serio/i8042-x86ia64io.h

index f606e96bc2f4b5e4f5e04f22f0440c94c3453607..2232ab71fb40e6c38b6ea270a0adebd03d43c0c8 100644 (file)
@@ -180,6 +180,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"),
                },
        },
+       {
+               .ident = "Amoi M636/A737",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "M636/A737 platform"),
+               },
+       },
        { }
 };