diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-25 00:40:32 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-25 00:40:32 -0400 |
commit | cc8310e33b0439b43cdb19de55b2507cb27bd229 (patch) | |
tree | 5ac80ab14d87c51249ec7d40686306a2cfc100cf /drivers | |
parent | 2ebdcc615bde8317058d76ce1f24a67f59185884 (diff) |
Input: i8042 - add Panasonic CF-29 to nomux list
There is no data coming from touchscreen on Panasonic CF-29
notebook unless keyboard controller is in legacy mode.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/serio/i8042-x86ia64io.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h index 5c007d44e06e..196cdf5c7e70 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -161,6 +161,17 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
161 | }, | 161 | }, |
162 | { | 162 | { |
163 | /* | 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 | /* | ||
164 | * Errors on MUX ports are reported without raising AUXDATA | 175 | * Errors on MUX ports are reported without raising AUXDATA |
165 | * causing "spurious NAK" messages. | 176 | * causing "spurious NAK" messages. |
166 | */ | 177 | */ |