Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53405
b: refs/heads/master
c: 6e78258
h: refs/heads/master
i:
  53403: 5360ebd
v: v3
  • Loading branch information
Dmitry Torokhov committed Mar 16, 2007
1 parent 20a0421 commit 11c116d
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 9575499dfebc0f0fbbf122223f02e9e92630661d
refs/heads/master: 6e782584e0713ea89da151333e7fe754c8f40324
11 changes: 11 additions & 0 deletions trunk/drivers/input/serio/i8042-x86ia64io.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,17 @@ static struct dmi_system_id __initdata i8042_dmi_nomux_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK E4010"),
},
},
{
/*
* Errors on MUX ports are reported without raising AUXDATA
* causing "spurious NAK" messages.
*/
.ident = "HP Pavilion DV4017EA",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "Pavilion dv4000 (EA032EA#ABF)"),
},
},
{
.ident = "Toshiba P10",
.matches = {
Expand Down

0 comments on commit 11c116d

Please sign in to comment.