Subject: Re: ps/2 mouse timeout problems
To: David Laight <david@l8s.co.uk>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 09/03/2002 20:18:21
On Tue, Sep 03, 2002 at 11:51:46AM +0100, David Laight wrote:

> This means you need to add 1/hz to the max_delay value.

This was the ideay, but I'm actually not sure that mono_time on any port
ever can have values where (mono_time % hz) != 0.

I just tried to be carefull and keep the original behaviour as close as
possible, since for the case I can not test myself seebs noted:

         * [..]  When using a confused mouse, I generally
         * see delays at least as large as 30,000us. [..]

I'm not sure how low those "at lest" values may be. If they are not realy
close to 30ms, this code can be simplified.

Martin