Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104226
b: refs/heads/master
c: 87d9173
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 19, 2008
1 parent 8b06999 commit b102b36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48ad88b1f2caf87e3d02c34e1d7de2ce68370e27
refs/heads/master: 87d9173ea0c820021cf49e4c675b3821cfb4f0eb
9 changes: 9 additions & 0 deletions trunk/drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ static inline void i8042_write_command(int val)
#include <linux/dmi.h>

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",
Expand Down

0 comments on commit b102b36

Please sign in to comment.