Comment 70 for bug 195009

Revision history for this message
Stefan Bader (smb) wrote :

From upstream:

Any chance you could forward this patch to the user in question so it
can be tested before I apply it? Also, what model of the laptop is
that? DMI entires are not very descriptive unfortunately.

Thanks!

--
Dmitry

Signed-off-by: Dmitry Torokhov <email address hidden>
---
 drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++
 1 file changed, 8 insertions(+)

Index: linux/drivers/input/serio/i8042-x86ia64io.h
===================================================================
--- linux.orig/drivers/input/serio/i8042-x86ia64io.h
+++ linux/drivers/input/serio/i8042-x86ia64io.h
@@ -118,6 +118,14 @@ static struct dmi_system_id __initdata i
                       DMI_MATCH(DMI_PRODUCT_VERSION, "VS2005R2"),
               },
       },
+ {
+ .ident = "MAM 2070",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Notebook"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "MAM 2070"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
+ },
+ },
       { }
 };