aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index d36bd5475b6d..5c007d44e06e 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -160,6 +160,17 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
160 }, 160 },
161 }, 161 },
162 { 162 {
163 /*
164 * Errors on MUX ports are reported without raising AUXDATA
165 * causing "spurious NAK" messages.
166 */
167 .ident = "HP Pavilion DV4017EA",
168 .matches = {
169 DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
170 DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion dv4000 (EA032EA#ABF)"),
171 },
172 },
173 {
163 .ident = "Toshiba P10", 174 .ident = "Toshiba P10",
164 .matches = { 175 .matches = {
165 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 176 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),