aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/i8042-x86ia64io.h
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 02:12:10 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 02:12:10 -0500
commitb4ff99b60c5e17b1031deb20c9d7688ebe6c9659 (patch)
treee70b95e679714daac52bb64d261b1f19d7ef2cb8 /drivers/input/serio/i8042-x86ia64io.h
parentInput: automatically disable MUX mode on Toshiba Satellite P10 (diff)
downloadlinux-dev-b4ff99b60c5e17b1031deb20c9d7688ebe6c9659.tar.xz
linux-dev-b4ff99b60c5e17b1031deb20c9d7688ebe6c9659.zip
Input: yet another model that does not play nicely when i8042 is
put in MUX mode - Fujitsu Lifebook S6230 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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index c97ad98171fe..0487ecbb8a49 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -117,6 +117,13 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
},
},
{
+ .ident = "Fujitsu Lifebook S6230",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook S6230"),
+ },
+ },
+ {
.ident = "Fujitsu T70H",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),