From owner-freebsd-current@FreeBSD.ORG Thu Jul 12 00:41:57 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E143416A468 for ; Thu, 12 Jul 2007 00:41:57 +0000 (UTC) (envelope-from nslay@comcast.net) Received: from sccrmhc15.comcast.net (sccrmhc15.comcast.net [63.240.77.85]) by mx1.freebsd.org (Postfix) with ESMTP id B0D7213C447 for ; Thu, 12 Jul 2007 00:41:57 +0000 (UTC) (envelope-from nslay@comcast.net) Received: from lightbulb.local (c-68-35-224-189.hsd1.fl.comcast.net[68.35.224.189]) by comcast.net (sccrmhc15) with ESMTP id <2007071200415601500ivecme>; Thu, 12 Jul 2007 00:41:56 +0000 Message-ID: <46957878.1060001@comcast.net> Date: Wed, 11 Jul 2007 20:40:24 -0400 From: Nathan Lay User-Agent: Thunderbird 2.0.0.4 (X11/20070620) MIME-Version: 1.0 To: "M. Warner Losh" References: <4693131B.8090306@comcast.net> <20070710.012927.-300782446.imp@bsdimp.com> In-Reply-To: <20070710.012927.-300782446.imp@bsdimp.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org Subject: Re: ums, Microsoft Wireless Presenter mouse X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2007 00:41:58 -0000 M. Warner Losh wrote: > In message: <4693131B.8090306@comcast.net> > Nathan Lay writes: > : Hi list, > : I was pleased that my Microsoft Wireless Presenter mouse successfully > : attaches with CURRENT ums without fiddling with the source. I had to > : write a patch to use it with 6.2 (I submitted it to the drivers > : list...probably the wrong place to submit it). However, button bit > : positions and x,y,z,t positions do not register properly (This mouse > : reports mostly lies). I see a newly added quirks section for the > : Microsoft wireless optical mouse, though, is there a way I can > : gracefully add the quirks for this particular mouse too? > : Additionally, this mouse has 5 extra buttons on the bottom that serve > : for presentation purposes, though the mouse doesn't actually report > : them. The mouse has some sort of mode or status byte that can indicate > : whether the bottom 5 presentation buttons are in use or if the normal > : buttons are in use. I don't think this support would be too difficult > : to add, I'm just not sure how useful it is or how to add the support > : such that it isn't disruptive to other mice. > : > : http://www.microsoft.com/hardware/mouseandkeyboard/ProductDetails.aspx?pid=085 > : > > Please send me a usbdevs -v output and I'll get you started. > > Warner > > Sorry for the delay, I've been pretty busy these days. Here is the output of 'usbdevs -v' Controller /dev/usb0: addr 1: full speed, self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00 port 1 addr 3: full speed, self powered, config 1, Microsoft® USB Hub(0x0707), Microsoft(0x045e), rev 1.00 port 1 powered port 2 powered port 3 addr 4: full speed, self powered, config 1, Microsoft® Wireless Notebook Presenter Mouse 8000(0x0713), Microsoft(0x045e), rev 1.00 port 2 addr 2: low speed, power 98 mA, config 1, USB-PS/2 Optical Mouse(0xc03d), Logitech(0x046d), rev 20.00 Best Regards, Nathan Lay