Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84364
b: refs/heads/master
c: 03366e7
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Feb 6, 2008
1 parent 4572ef3 commit 073af6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0f2677f0d21cfff9d45160343e6246417e55d02
refs/heads/master: 03366e7b9bf1544cb0b98f1a5cd6d340654f486a
4 changes: 2 additions & 2 deletions trunk/drivers/input/serio/i8042.c
Original file line number Diff line number Diff line change
Expand Up @@ -1172,14 +1172,14 @@ static int __devinit i8042_probe(struct platform_device *dev)
if (error)
goto out_fail;
}

#ifdef CONFIG_X86
if (i8042_dritek) {
param = 0x90;
error = i8042_command(&param, 0x1059);
if (error)
goto out_fail;
}

#endif
/*
* Ok, everything is ready, let's register all serio ports
*/
Expand Down

0 comments on commit 073af6a

Please sign in to comment.