aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2008-07-03 11:00:28 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-07-03 11:35:47 -0400
commit89cdb8cebe6ab6590f8083877c4ca5e92303b3b0 (patch)
treef0a0a38b51c7acc610ac5e4eecaad539b82b05b1 /drivers/input
parentInput: i8042 - add Gericom Bellagio to nomux blacklist (diff)
downloadlinux-dev-89cdb8cebe6ab6590f8083877c4ca5e92303b3b0.tar.xz
linux-dev-89cdb8cebe6ab6590f8083877c4ca5e92303b3b0.zip
Input: i8042 - add Medion NAM 2070 to noloop blacklist
AUX LOOP command fails with a timeout although this laptop has a touchpad. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index eea45c0e8606..2e8b0333fb43 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -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"),
+ },
+ },
{ }
};