]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Input: i8042 - add Medion NAM 2070 to noloop blacklist
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Jul 2008 15:00:28 +0000 (11:00 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 3 Jul 2008 15:35:47 +0000 (11:35 -0400)
AUX LOOP command fails with a timeout although this laptop has
a touchpad.

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

index eea45c0e8606cf8147a371c7ec4bc3e6df2c63c0..2e8b0333fb43ba1016ff5b6977aedae4171be1ea 100644 (file)
@@ -118,6 +118,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
                        DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"),
                },
        },
+       {
+               .ident = "Medion MAM 2070",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "MAM 2070"),
+                       DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
+               },
+       },
        { }
 };