Re: Toshiba keyboard repeat delay problem, better...

Ton Hospel (thospel@mail.dma.be)
5 Dec 1999 19:39:55 GMT


> + /* Same scancode, reject if within delay, reset E0 detection. */
> + else if (jiffies - stop_jiffies < 25)

You're assuming a jiffie is 10ms here. Try e.g. HZ/4

--
Reactor overheat - core dumped

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