From owner-freebsd-usb@FreeBSD.ORG Tue Mar 10 15:20:00 2009 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56C8910656BE; Tue, 10 Mar 2009 15:19:59 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id 07C8E8FC1D; Tue, 10 Mar 2009 15:19:58 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=6I5d2MoRAAAA:8 a=WIzA8VWxLzNumuo3VFQA:9 a=6c_FBc6Bh5P1nDUqMCXATNbpZXMA:4 a=LY0hPdMaydYA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1205804507; Tue, 10 Mar 2009 16:19:57 +0100 From: Hans Petter Selasky To: Paul Wootton , Andrew Thompson Date: Tue, 10 Mar 2009 16:22:26 +0100 User-Agent: KMail/1.9.7 References: <20090310045605.GA38857@nagual.pp.ru> <200903100840.57018.hselasky@c2i.net> <200903101300.24502.paul@fletchermoorland.co.uk> In-Reply-To: <200903101300.24502.paul@fletchermoorland.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903101622.28277.hselasky@c2i.net> Cc: usb@freebsd.org, freebsd-current@freebsd.org Subject: Re: USB2 makes moused insane X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Mar 2009 15:20:01 -0000 On Tuesday 10 March 2009, Paul Wootton wrote: > Paul Wootton Hi Paul, After looking at the HID descriptor, the following patch should fix your mouse: http://perforce.freebsd.org/chv.cgi?CH=159001 Sorry for the inconvenience, but it was neccessary to clean up the HID parsing. --HPS