Re: keyboard timeout

From: Alan Cox
Date: Wed Dec 01 2004 - 19:49:52 EST


On Mer, 2004-12-01 at 22:29, linux-os wrote:
> If Linux 2.6.9 is booted on a 40 MHz `486 with the standard
> ISA clock of 14.3 MHz (yes that's the standard), the kernel
> will complain about a keyboard timeout for every key touched!

8.33Mhz. The delays should be correct but given that just about all
hardware under 15 years old doesn't care (I think the last thing to care
was the digital hi-note laptop) it is possible that the new input code
has a tiny missing delay somewhere. Having said that I have specifically
audited the input keyboard driver for such problems in 2.6.5 or so and
found only one (which is fixed)

Nor should the ISA bus speed matter - the uController chugs along at
about 2Mhz and the delays it needs are a bit longer than just ISA
cycles.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/