Date: Fri, 7 Feb 1997 03:41:48 -0800 (PST) From: Kazutaka YOKOTA <yokota> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa kbdio.c Message-ID: <199702071141.DAA21494@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 97/02/07 03:41:47 Modified: sys/i386/isa kbdio.c Log: Fix for the Compaq Armada laptop. The PS/2 mouse device responds to a reset command with a sequence of ACK(fa), RESULT(aa) and ID(00). Most PS/2 mice immediately returns ACK, but spend sometime before sending RESULT. The Armada takes time before ACK; extra delay is necessary before the call to read ACK. The problem was reported in comp.unix.bsd.freebsd.misc and the patch was tested by the reporter. No PR was filed, by the way. Revision Changes Path 1.7 +9 -3 src/sys/i386/isa/kbdio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702071141.DAA21494>