aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor@insightbb.com>2007-06-12 00:33:32 -0400
committerDmitry Torokhov <dtor@insightbb.com>2007-06-12 00:33:32 -0400
commit8c4df74e02b0853ad86d1595fb6065d6c26fb196 (patch)
treeeba968d0f6041a91ce8735213fc7c155d00bb775
parentInput: i8042 - add ASUS P65UP5 to the noloop list (diff)
downloadlinux-dev-8c4df74e02b0853ad86d1595fb6065d6c26fb196.tar.xz
linux-dev-8c4df74e02b0853ad86d1595fb6065d6c26fb196.zip
Input: i8042 - add ULI EV4873 to noloop list
The box does not implement AUX LOOP command properly and so we can't test for AUX IRQ delivery so blacklist it via DMI and assume that AUX port is present. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-rw-r--r--drivers/input/serio/i8042-x86ia64io.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
index 9fe92ed4d2b9..f4a2517925e4 100644
--- a/drivers/input/serio/i8042-x86ia64io.h
+++ b/drivers/input/serio/i8042-x86ia64io.h
@@ -101,6 +101,15 @@ static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = {
DMI_MATCH(DMI_PRODUCT_VERSION, "00"),
},
},
+ {
+ /* AUX LOOP does not work properly */
+ .ident = "ULI EV4873",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "ULI"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "EV4873"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "5a"),
+ },
+ },
{ }
};