diff options
| author | Cjacker Huang <cjacker@gmail.com> | 2006-08-08 23:38:22 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dtor@insightbb.com> | 2006-08-08 23:38:22 -0400 |
| commit | e2df452b8adca9d3e3195ff7d91be375342964d7 (patch) | |
| tree | 7fc61a6ce47b07db7ed06773b9fbc58ceff9735f /drivers/input/serio | |
| parent | e3882bb56e31dbb3950e51c1ba914ef2f445650c (diff) | |
Input: i8042 - add Amoi to the MUX blacklist
ALPS touchpad on Amoi laptops (Amoi is a vendor in China) is not
detected when keyboard controller is in MUX mode, add to blacklist.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio')
| -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 f606e96bc2f4..2232ab71fb40 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
| @@ -180,6 +180,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
| 180 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"), | 180 | DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FS115B"), |
| 181 | }, | 181 | }, |
| 182 | }, | 182 | }, |
| 183 | { | ||
| 184 | .ident = "Amoi M636/A737", | ||
| 185 | .matches = { | ||
| 186 | DMI_MATCH(DMI_SYS_VENDOR, "Amoi Electronics CO.,LTD."), | ||
| 187 | DMI_MATCH(DMI_PRODUCT_NAME, "M636/A737 platform"), | ||
| 188 | }, | ||
| 189 | }, | ||
| 183 | { } | 190 | { } |
| 184 | }; | 191 | }; |
| 185 | 192 | ||
