Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53415
b: refs/heads/master
c: 8d04ddb
h: refs/heads/master
i:
  53413: 3435361
  53411: 4b538a9
  53407: 95eba17
v: v3
  • Loading branch information
Dmitry Torokhov committed Apr 12, 2007
1 parent eeed313 commit 855dcfc
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 0d9d93c411c9351ba186f5ec910b10da7c1d9d14
refs/heads/master: 8d04ddb64c7bf62aec1102fddc5336a68bcaebe9
7 changes: 7 additions & 0 deletions trunk/drivers/input/serio/i8042.c
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,13 @@ static void i8042_controller_reset(void)
{
i8042_flush();

/*
* Disable both KBD and AUX interfaces so they don't get in the way
*/

i8042_ctr |= I8042_CTR_KBDDIS | I8042_CTR_AUXDIS;
i8042_ctr &= ~(I8042_CTR_KBDINT | I8042_CTR_AUXINT);

/*
* Disable MUX mode if present.
*/
Expand Down

0 comments on commit 855dcfc

Please sign in to comment.