From cedfa3a60f16b6af0de1993008e72e70f5673dae Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Tue, 12 Jun 2007 00:33:32 -0400 Subject: [PATCH] --- yaml --- r: 57699 b: refs/heads/master c: 8c4df74e02b0853ad86d1595fb6065d6c26fb196 h: refs/heads/master i: 57697: e5de9a6c6565891b64c404656c186219552def77 57695: 9109e66173b91bef50c0164b142fef36ede4fb86 v: v3 --- [refs] | 2 +- trunk/drivers/input/serio/i8042-x86ia64io.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index eb55595c20de..dd2be6587115 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 90245c17d3170438a0445614cbc5f72c1717d583 +refs/heads/master: 8c4df74e02b0853ad86d1595fb6065d6c26fb196 diff --git a/trunk/drivers/input/serio/i8042-x86ia64io.h b/trunk/drivers/input/serio/i8042-x86ia64io.h index 9fe92ed4d2b9..f4a2517925e4 100644 --- a/trunk/drivers/input/serio/i8042-x86ia64io.h +++ b/trunk/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"), + }, + }, { } };