Input: i8042 - disable MUX mode for Sharp MM20
authorDmitry Torokhov <dtor_core@ameritech.net>
Wed, 21 Dec 2005 05:51:51 +0000 (00:51 -0500)
committerDmitry Torokhov <dtor_core@ameritech.net>
Wed, 21 Dec 2005 05:51:51 +0000 (00:51 -0500)
Add yet another entry to the ever-growing list of boxes with
non-working MUX implementation.

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

index 273bb3b..057beca 100644 (file)
@@ -158,6 +158,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
                        DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"),
                },
        },
+       {
+               .ident = "Sharp Actius MM20",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "SHARP"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "PC-MM20 Series"),
+               },
+       },
        { }
 };