From owner-freebsd-usb@FreeBSD.ORG Tue Mar 10 06:04:44 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 243EF106566C; Tue, 10 Mar 2009 06:04:44 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 79C0A8FC15; Tue, 10 Mar 2009 06:04:43 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id n2A64grs040509; Tue, 10 Mar 2009 09:04:42 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1236665082; bh=XcVqzt9nI1iFTiqJbkVgogZqJqKb3ErFXe3D4KQ5cOs=; l=1145; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=YyZOC3LZV9avqpqSg8OD5bevXymg9Ek9wzxYINLkG3keoK1w0ytfv56lTMTeA1Q0I dxRSGwkOBigylbCUnh1j2oPkEkLTdYJoKAddnbUKu3qwDeb5UCHGdRWT9CJiaQNctu YB8PCHZePVw1J+vrou+lJZQig5TTVT8oswu51WEE= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id n2A64g9f040508; Tue, 10 Mar 2009 09:04:42 +0300 (MSK) (envelope-from ache) Date: Tue, 10 Mar 2009 09:04:42 +0300 From: Andrey Chernov To: Doug Barton Message-ID: <20090310060441.GA40479@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Doug Barton , current@freebsd.org, usb@freebsd.org, Andrew Thompson References: <20090310045605.GA38857@nagual.pp.ru> <49B5F885.1050508@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49B5F885.1050508@FreeBSD.org> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: usb@freebsd.org, 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: Tue, 10 Mar 2009 06:04:44 -0000 On Mon, Mar 09, 2009 at 10:20:05PM -0700, Doug Barton wrote: > Andrey Chernov wrote: > > Every pure mouse movement now acts like pressing several buttons at the > > same time which cause parts of console text under cursor copied/pasted > > randomly. > > > > This is "Logitech G3" mouse, corresponding dmesg entries are: > > > > ugen2.2: at usbus2 > > ums0: on usbus2 > > ums0: 16 buttons and [XYZ] coordinates > > uhid0: on usbus2 > > > > moused -d -i all -p /dev/ums0 > > moused: proto params: f8 80 00 00 8 00 ff > > /dev/ums0 usb sysmouse generic > > > > Please fix, it works with old usb just nice. > > Try reverting back to r189546. I had a similar problem with the mouse > which I narrowed down to http://svn.freebsd.org/changeset/base/189547 > > If that works, it's not the USBII changes generally, it's this > specific change related to HID devices. Yes, reverting back to r189546 fix the problem. Something wrong done to HID in r189547 -- http://ache.pp.ru/