From owner-freebsd-usb@FreeBSD.ORG Wed Mar 11 08:26:23 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 0A53F106568A; Wed, 11 Mar 2009 08:26:23 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe04.swip.net [212.247.154.97]) by mx1.freebsd.org (Postfix) with ESMTP id 409A18FC25; Wed, 11 Mar 2009 08:26:21 +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=PoaUNj12BcRagLiM544A:9 a=_GfyPHehFSL2rAHP5zy7er_QckwA:4 a=LY0hPdMaydYA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe04.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1207762593; Wed, 11 Mar 2009 09:26:20 +0100 From: Hans Petter Selasky To: Doug Barton Date: Wed, 11 Mar 2009 09:28:50 +0100 User-Agent: KMail/1.9.7 References: <20090310045605.GA38857@nagual.pp.ru> <200903100840.57018.hselasky@c2i.net> <49B6E445.3000302@FreeBSD.org> In-Reply-To: <49B6E445.3000302@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903110928.51384.hselasky@c2i.net> Cc: usb@freebsd.org, freebsd-current@freebsd.org, Andrew Thompson 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: Wed, 11 Mar 2009 08:26:23 -0000 On Tuesday 10 March 2009, Doug Barton wrote: > Hans Petter Selasky wrote: > > Please dump the HID descriptors of mouse devices using USB config and > > send me the result and I will fix the issue. > > > > Replace 1 and 3 with the ugenX.Y for your device: > > > > usbconfig -u 1 -a 3 do_request 0x81 0x06 0x2200 1 0x100 > > > > Parameters after u and a must be correct. You can also dump interface #0: > > > > usbconfig -u 1 -a 3 do_request 0x81 0x06 0x2200 0 0x100 > > > Can I get my wheel back please? :) > After looking at the HID descriptors I have made the following patch: http://perforce.freebsd.org/chv.cgi?CH=159053 USB wheel should work again! --HPS