From owner-cvs-all Mon Oct 12 02:36:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01028 for cvs-all-outgoing; Mon, 12 Oct 1998 02:36:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01021; Mon, 12 Oct 1998 02:36:30 -0700 (PDT) (envelope-from yokota@FreeBSD.org) From: Kazutaka YOKOTA Received: (from yokota@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA02354; Mon, 12 Oct 1998 02:36:28 -0700 (PDT) Date: Mon, 12 Oct 1998 02:36:28 -0700 (PDT) Message-Id: <199810120936.CAA02354@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/moused moused.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1998/10/12 02:36:28 PDT Modified files: usr.sbin/moused moused.c Log: Fix PnP mouse detection routine so that: - it has longer timeout as per the PnP COM Device Specificaiton 1.0, - and it tries to obtain the PnP ID string by strictly following the specification and if it fails, by deploying slightly simplified steps. (moused has used the simplified method because early PnP mice do not exactly follow the specification. But now, recent mice do not supply the ID string unless the strict procedure is used...) Jointly developed by luigi and yokota. Revision Changes Path 1.20 +113 -36 src/usr.sbin/moused/moused.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message