diff options
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 273bb3b08cfa..057beca1986a 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -158,6 +158,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
158 | DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"), | 158 | DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"), |
159 | }, | 159 | }, |
160 | }, | 160 | }, |
161 | { | ||
162 | .ident = "Sharp Actius MM20", | ||
163 | .matches = { | ||
164 | DMI_MATCH(DMI_SYS_VENDOR, "SHARP"), | ||
165 | DMI_MATCH(DMI_PRODUCT_NAME, "PC-MM20 Series"), | ||
166 | }, | ||
167 | }, | ||
161 | { } | 168 | { } |
162 | }; | 169 | }; |
163 | 170 | ||