From owner-freebsd-questions@FreeBSD.ORG Tue Aug 7 06:29:17 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C28CF106564A for ; Tue, 7 Aug 2012 06:29:17 +0000 (UTC) (envelope-from mapsware@prodigy.net.mx) Received: from nlpiport17.prodigy.net.mx (nlpiport17.prodigy.net.mx [148.235.52.22]) by mx1.freebsd.org (Postfix) with ESMTP id 857668FC0A for ; Tue, 7 Aug 2012 06:29:17 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AosFAGe1IFC9qmWx/2dsb2JhbABFtiOBNoF8gycBAQWBCQsYLleIJgK7aBSLNoNRgxwDiBg1nQiCfw X-IronPort-AV: E=Sophos;i="4.77,725,1336366800"; d="scan'208";a="79084450" Received: from nlpiport04.prodigy.net.mx ([148.235.52.112]) by nlpiport17.prodigy.net.mx with ESMTP; 07 Aug 2012 01:28:47 -0500 Received: from dsl-189-170-101-177-dyn.prod-infinitum.com.mx (HELO morena) ([189.170.101.177]) by nlpiport04.prodigy.net.mx with ESMTP; 07 Aug 2012 01:28:46 -0500 From: Martin Alejandro Paredes Sanchez To: freebsd-questions@freebsd.org Date: Mon, 6 Aug 2012 23:28:45 -0700 User-Agent: KMail/1.9.10 References: <201208051946.30195.mapsware@prodigy.net.mx> In-Reply-To: <201208051946.30195.mapsware@prodigy.net.mx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201208062328.46062.mapsware@prodigy.net.mx> Subject: Re: questions on the use of moused for Xorg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 06:29:17 -0000 On Sunday 05 August 2012 19:46:30 Martin Alejandro Paredes Sanchez wrote: > > The driver UMS detects the Z Axis and the Wheel [XYZW] > > ums0: addr 4> on usbus1 ums0: 4 buttons and [XYZW] coordinates ID=0 > Enabling debug for ums, I confirm that ums is detecting moves in Z an W Why is moused ignoring the moves in W? # sysctl hw.usb.ums.debug=15 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 08 00 00 00 00 04 00 00 ums_intr_callback: x:0 y:0 z:0 t:0 w:0 buttons:0x00000008 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 00 00 ff 00 00 00 00 00 ums_intr_callback: x:0 y:1 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 00 ff 00 00 00 00 00 00 ums_intr_callback: x:-1 y:0 z:0 t:0 w:0 buttons:0x00000000 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 00 00 00 ff 00 00 00 00 ums_intr_callback: x:0 y:0 z:0 t:0 w:-1 buttons:0x00000000 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 00 00 00 00 01 00 00 00 ums_intr_callback: x:0 y:0 z:-1 t:0 w:0 buttons:0x00000000 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 00 00 00 00 06 00 00 00 ums_intr_callback: x:0 y:0 z:-6 t:0 w:0 buttons:0x00000000 ums_intr_callback: sc=0xc3dfd000 actlen=6 ums_intr_callback: data = 00 00 00 00 01 00 00 00 ums_intr_callback: x:0 y:0 z:-1 t:0 w:0 buttons:0x00000000