diff options
Diffstat (limited to 'drivers/input/serio/i8042-x86ia64io.h')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 273bb3b08cfa..2d2f9fb3aded 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -84,6 +84,14 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { | |||
84 | DMI_MATCH(DMI_PRODUCT_VERSION, "DL760"), | 84 | DMI_MATCH(DMI_PRODUCT_VERSION, "DL760"), |
85 | }, | 85 | }, |
86 | }, | 86 | }, |
87 | { | ||
88 | .ident = "OQO Model 01", | ||
89 | .matches = { | ||
90 | DMI_MATCH(DMI_SYS_VENDOR, "OQO"), | ||
91 | DMI_MATCH(DMI_PRODUCT_NAME, "ZEPTO"), | ||
92 | DMI_MATCH(DMI_PRODUCT_VERSION, "00"), | ||
93 | }, | ||
94 | }, | ||
87 | { } | 95 | { } |
88 | }; | 96 | }; |
89 | 97 | ||
@@ -158,6 +166,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
158 | DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"), | 166 | DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"), |
159 | }, | 167 | }, |
160 | }, | 168 | }, |
169 | { | ||
170 | .ident = "Sharp Actius MM20", | ||
171 | .matches = { | ||
172 | DMI_MATCH(DMI_SYS_VENDOR, "SHARP"), | ||
173 | DMI_MATCH(DMI_PRODUCT_NAME, "PC-MM20 Series"), | ||
174 | }, | ||
175 | }, | ||
161 | { } | 176 | { } |
162 | }; | 177 | }; |
163 | 178 | ||