aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 03:12:10 -0400
committerDmitry Torokhov <dtor_core@ameritech.net>2005-05-28 03:12:10 -0400
commitb4ff99b60c5e17b1031deb20c9d7688ebe6c9659 (patch)
treee70b95e679714daac52bb64d261b1f19d7ef2cb8
parent59311de3fb5f293b2e99d7f52e0ab5572759951d (diff)
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>
-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[] = {
117 }, 117 },
118 }, 118 },
119 { 119 {
120 .ident = "Fujitsu Lifebook S6230",
121 .matches = {
122 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
123 DMI_MATCH(DMI_PRODUCT_NAME, "LifeBook S6230"),
124 },
125 },
126 {
120 .ident = "Fujitsu T70H", 127 .ident = "Fujitsu T70H",
121 .matches = { 128 .matches = {
122 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"), 129 DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),