From b102b36595d5778bda19358d0a3ad33d2c5ef18a Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Sat, 19 Jul 2008 00:35:43 -0400 Subject: [PATCH] --- yaml --- r: 104226 b: refs/heads/master c: 87d9173ea0c820021cf49e4c675b3821cfb4f0eb h: refs/heads/master 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 73605fc0c1cf..195d0f89970d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 48ad88b1f2caf87e3d02c34e1d7de2ce68370e27 +refs/heads/master: 87d9173ea0c820021cf49e4c675b3821cfb4f0eb diff --git a/trunk/drivers/input/serio/i8042-x86ia64io.h b/trunk/drivers/input/serio/i8042-x86ia64io.h index 5d46d6491bf8..fe732a574ec2 100644 --- a/trunk/drivers/input/serio/i8042-x86ia64io.h +++ b/trunk/drivers/input/serio/i8042-x86ia64io.h @@ -68,6 +68,15 @@ static inline void i8042_write_command(int val) #include static struct dmi_system_id __initdata i8042_dmi_noloop_table[] = { + { + /* AUX LOOP command does not raise AUX IRQ */ + .ident = "Arima-Rioworks HDAMB", + .matches = { + DMI_MATCH(DMI_BOARD_VENDOR, "RIOWORKS"), + DMI_MATCH(DMI_BOARD_NAME, "HDAMB"), + DMI_MATCH(DMI_BOARD_VERSION, "Rev E"), + }, + }, { /* AUX LOOP command does not raise AUX IRQ */ .ident = "ASUS P65UP5",