diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 8 |
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[] = { | |||
118 | DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"), | 118 | DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"), |
119 | }, | 119 | }, |
120 | }, | 120 | }, |
121 | { | ||
122 | .ident = "Medion MAM 2070", | ||
123 | .matches = { | ||
124 | DMI_MATCH(DMI_SYS_VENDOR, "Notebook"), | ||
125 | DMI_MATCH(DMI_PRODUCT_NAME, "MAM 2070"), | ||
126 | DMI_MATCH(DMI_PRODUCT_VERSION, "5a"), | ||
127 | }, | ||
128 | }, | ||
121 | { } | 129 | { } |
122 | }; | 130 | }; |
123 | 131 | ||