Commit 6e4026cf authored by Vojtech Pavlik's avatar Vojtech Pavlik

input: i8042.c:

  Assume the chip always is in XLATE mode, even when it doesn't
  have the XLATE bit set - apparently IBM PS/2 model 70 behaves
  this way.
parent 17d6b8a7
......@@ -721,14 +721,6 @@ static int i8042_controller_init(void)
printk(KERN_WARNING "i8042.c: Warning: Keylock active.\n");
}
/*
* If the chip is configured into nontranslated mode by the BIOS, don't
* bother enabling translating and be happy.
*/
if (~i8042_ctr & I8042_CTR_XLATE)
i8042_direct = 1;
/*
* Set nontranslated mode for the kbd interface if requested by an option.
* After this the kbd interface becomes a simple serial in/out, like the aux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment