Date: Fri, 20 Nov 1998 03:46:44 -0800 (PST) From: Kazutaka YOKOTA <yokota@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa psm.c Message-ID: <199811201146.DAA29363@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1998/11/20 03:46:44 PST Modified files: sys/i386/isa psm.c Log: - Added some configuration flags as workaround for not-so-compatible keyboard/mouse/display switch products (console switches). Some products claim they emulate the PS/2 mouse when the host computer talks to the mouse while the mouse is actually routed to another host. flags 0x200 Do not try to identify the mouse model. All mice will be recognized as "generic PS/2". 0x400 Do not reset the mouse. Some switches' response to the reset command is too slow and the psm will timeout. 0x1000 Relax error checking when probing the mouse port. - Added another flag for pad devices. flags 0x800 Assume the pad behaves like ALPS GlidePoint when the user `taps' the surface of the pad; it will be reported as the fourth button. Revision Changes Path 1.57 +86 -50 src/sys/i386/isa/psm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811201146.DAA29363>