diff options
Diffstat (limited to 'drivers/input/serio/i8042-x86ia64io.h')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index d36bd5475b6d..6858bc58f0fd 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -160,6 +160,28 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
160 | }, | 160 | }, |
161 | }, | 161 | }, |
162 | { | 162 | { |
163 | /* | ||
164 | * No data is coming from the touchscreen unless KBC | ||
165 | * is in legacy mode. | ||
166 | */ | ||
167 | .ident = "Panasonic CF-29", | ||
168 | .matches = { | ||
169 | DMI_MATCH(DMI_SYS_VENDOR, "Matsushita"), | ||
170 | DMI_MATCH(DMI_PRODUCT_NAME, "CF-29"), | ||
171 | }, | ||
172 | }, | ||
173 | { | ||
174 | /* | ||
175 | * Errors on MUX ports are reported without raising AUXDATA | ||
176 | * causing "spurious NAK" messages. | ||
177 | */ | ||
178 | .ident = "HP Pavilion DV4017EA", | ||
179 | .matches = { | ||
180 | DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), | ||
181 | DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion dv4000 (EA032EA#ABF)"), | ||
182 | }, | ||
183 | }, | ||
184 | { | ||
163 | .ident = "Toshiba P10", | 185 | .ident = "Toshiba P10", |
164 | .matches = { | 186 | .matches = { |
165 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), | 187 | DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), |
@@ -280,6 +302,8 @@ static struct pnp_driver i8042_pnp_kbd_driver = { | |||
280 | }; | 302 | }; |
281 | 303 | ||
282 | static struct pnp_device_id pnp_aux_devids[] = { | 304 | static struct pnp_device_id pnp_aux_devids[] = { |
305 | { .id = "FJC6000", .driver_data = 0 }, | ||
306 | { .id = "FJC6001", .driver_data = 0 }, | ||
283 | { .id = "PNP0f03", .driver_data = 0 }, | 307 | { .id = "PNP0f03", .driver_data = 0 }, |
284 | { .id = "PNP0f0b", .driver_data = 0 }, | 308 | { .id = "PNP0f0b", .driver_data = 0 }, |
285 | { .id = "PNP0f0e", .driver_data = 0 }, | 309 | { .id = "PNP0f0e", .driver_data = 0 }, |