diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-07-11 02:06:06 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-07-11 02:06:06 -0400 |
commit | 865190cdbba995936700346c2daabbed97ac30ba (patch) | |
tree | ac34b13ccce20961ecc8920a0be92d258e44198b /drivers/input/serio/i8042-x86ia64io.h | |
parent | bef5a66fd7fd8d606da5c9f210e2673f4e636f57 (diff) |
Input: i8042 - add Alienware Sentia to NOMUX blacklist.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/serio/i8042-x86ia64io.h')
-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 0487ecbb8a49..66f533c1182d 100644 --- a/drivers/input/serio/i8042-x86ia64io.h +++ b/drivers/input/serio/i8042-x86ia64io.h | |||
@@ -137,6 +137,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = { | |||
137 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"), | 137 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite P10"), |
138 | }, | 138 | }, |
139 | }, | 139 | }, |
140 | { | ||
141 | .ident = "Alienware Sentia", | ||
142 | .matches = { | ||
143 | DMI_MATCH(DMI_SYS_VENDOR, "ALIENWARE"), | ||
144 | DMI_MATCH(DMI_PRODUCT_NAME, "Sentia"), | ||
145 | }, | ||
146 | }, | ||
140 | { } | 147 | { } |
141 | }; | 148 | }; |
142 | 149 | ||