Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57698
b: refs/heads/master
c: 90245c1
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Jun 12, 2007
1 parent e5de9a6 commit 3576892
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: c6f8d7066d18ac86ff88627d858b749d9ba168bc
refs/heads/master: 90245c17d3170438a0445614cbc5f72c1717d583
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 = "ASUS P65UP5",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
DMI_MATCH(DMI_BOARD_NAME, "P/I-P65UP5"),
DMI_MATCH(DMI_BOARD_VERSION, "REV 2.X"),
},
},
{
.ident = "Compaq Proliant 8500",
.matches = {
Expand Down

0 comments on commit 3576892

Please sign in to comment.