From owner-freebsd-usb@FreeBSD.ORG Wed Mar 11 21:30:49 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 995881065785; Wed, 11 Mar 2009 21:30:49 +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 E9C6D8FC1A; Wed, 11 Mar 2009 21:30:48 +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 n2BLUkXm050682; Thu, 12 Mar 2009 00:30:46 +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=1236807046; bh=ARvwvqa7ZXVzkhQNadOO8dHvbUr+7D4RvPq6CtM4Y3w=; l=2298; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=jj6CvHtmZQM4/KSFYaOqrDhdoaGw/Ag/7U2NnGhP/KKvxmt/VvsVuu1cqVmHZv9Cb tI7QkN6H2ypNMUKKxjhfKvnJ7b6hR2dkK2TcB/cgEI2thjKVvmx+P5hTbfhHj8wxPQ 2H9zy9yKzGIOEB5iqtmGo3AuABaraFoy1hTuiG8E= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id n2BLUkd5050681; Thu, 12 Mar 2009 00:30:46 +0300 (MSK) (envelope-from ache) Date: Thu, 12 Mar 2009 00:30:45 +0300 From: Andrey Chernov To: Hans Petter Selasky Message-ID: <20090311213045.GB47787@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Hans Petter Selasky , freebsd-current@freebsd.org, Renato Botelho , usb@freebsd.org, Beech Rintoul , akbeech@gmail.com References: <20090310045605.GA38857@nagual.pp.ru> <200903110934.53005.hselasky@c2i.net> <20090311205843.GA6101@nagual.pp.ru> <200903112206.47108.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200903112206.47108.hselasky@c2i.net> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Renato Botelho , usb@freebsd.org, freebsd-current@freebsd.org, Beech Rintoul , akbeech@gmail.com 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 21:30:51 -0000 On Wed, Mar 11, 2009 at 10:06:44PM +0100, Hans Petter Selasky wrote: > > Are you sure that you re-loaded the USB module? It is in the kernel. I use whole file from p4. > Send debugging when hw.usb2.ums.debug=15 and you plug and move mouse. As you can see, some lines have ff in the buttons while no buttons are pressed. The mice itself have 5 buttons (including wheel click). ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 00 ff 00 00 00 00 ff ums_intr_callback:255: x:0 y:256 z:1 t:0 w:0 buttons:0x0000ff00 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 ff 00 00 00 ff ff 00 ums_intr_callback:255: x:-256 y:-255 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 ff 00 00 00 ff ff 00 ums_intr_callback:255: x:-256 y:-255 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 e9 f9 00 00 e9 ff f9 ums_intr_callback:255: x:-5888 y:1537 z:7 t:0 w:0 buttons:0x0000ff00 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 f0 fe 00 00 f0 ff fe ums_intr_callback:255: x:-4096 y:257 z:2 t:0 w:0 buttons:0x0000ff00 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 fb 00 00 00 fb ff 00 ums_intr_callback:255: x:-1280 y:-255 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 ff 00 00 00 ff ff 00 ums_intr_callback:255: x:-256 y:-255 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 01 00 00 00 01 00 00 ums_intr_callback:255: x:256 y:0 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 01 00 00 00 01 00 00 ums_intr_callback:255: x:256 y:0 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 0e fc 00 00 0e 00 fc ums_intr_callback:255: x:3584 y:1024 z:4 t:0 w:0 buttons:0x0000ff00 ums_intr_callback:181: sc=0xc517ec00 actlen=10 ums_intr_callback:198: data = 00 01 00 00 00 01 00 00 ums_intr_callback:255: x:256 y:0 z:0 t:0 w:0 buttons:0x00000000 -- http://ache.pp.ru/