From owner-freebsd-usb@FreeBSD.ORG Wed Mar 11 19:44:19 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 188F6106566C; Wed, 11 Mar 2009 19:44:19 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7F68FC08; Wed, 11 Mar 2009 19:44:17 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MXw7gxVQKqGXY79tIT8aFQ==:17 a=6I5d2MoRAAAA:8 a=KinevOXAuYzijgT_nnEA:9 a=HQKCovSvVu6m2PEL6-aeUJauywwA:4 a=LY0hPdMaydYA:10 Received: from [62.113.132.61] (account mc467741@c2i.net HELO laptop) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1211582283; Wed, 11 Mar 2009 20:44:16 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 11 Mar 2009 20:46:44 +0100 User-Agent: KMail/1.9.7 References: <20090310045605.GA38857@nagual.pp.ru> <200903110928.51384.hselasky@c2i.net> <49B8040E.9090604@FreeBSD.org> In-Reply-To: <49B8040E.9090604@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903112046.45540.hselasky@c2i.net> Cc: usb@freebsd.org, Doug Barton , 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 19:44:19 -0000 On Wednesday 11 March 2009, Doug Barton wrote: > Hans Petter Selasky wrote: > > 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! > > Thanks for the quick response. One question, how do I generate a diff > I can apply to my sources from the perforce web thingy? > Hi, There is a link where you can download the complete file. Then you have to diff on your box. --HPS