From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 14 21:30:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 377B716A4CF for ; Tue, 14 Sep 2004 21:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2590743D45 for ; Tue, 14 Sep 2004 21:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8ELUTxI007689 for ; Tue, 14 Sep 2004 21:30:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8ELUSaa007688; Tue, 14 Sep 2004 21:30:29 GMT (envelope-from gnats) Date: Tue, 14 Sep 2004 21:30:29 GMT Message-Id: <200409142130.i8ELUSaa007688@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mark Ovens Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mark Ovens List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 21:30:29 -0000 The following reply was made to PR kern/70607; it has been noted by GNATS. From: Mark Ovens To: freebsd-gnats-submit@FreeBSD.org, amistry@am-productions.biz Cc: Subject: Re: kern/70607: [patch] Add Support for USB Microsoft Intellimouse (possibly others) Date: Tue, 14 Sep 2004 22:29:32 +0100 Kudos for fixing this Anish. I applied your patch to my latest build FreeBSD redshift 5.3-BETA4 FreeBSD 5.3-BETA4 #1: Tue Sep 14 19:27:04 BST 2004 mark@redshift:/usr/obj/usr/src/sys/REDSHIFT i386 and my MS Wireless Optical Mouse 2.0 worked on USB, but there are 3 problems: 1. This error still appears: /root{101}# moused -t auto -p /dev/ums0 moused: unable to open /dev/ums0: Device busy 2. "phantom" left button down events are generated. In the console this causes text to be selected randomly, and it makes X almost unusable, e.g. in a web browser it randomly follows links. This is definitely not a faulty button on the mouse as it works OK when connected to a PS/2 port with an adaptor and it works correctly in Windows XP (dual-boot machine). 3. The wheel has stopped working in X. When I moved the mouse back to PS/2 it works again. If you would like me to do any further testing just e-mail me.