From owner-freebsd-current@FreeBSD.ORG Tue Jul 10 07:29:25 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 0647E16A469 for ; Tue, 10 Jul 2007 07:29:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id B6F9413C448 for ; Tue, 10 Jul 2007 07:29:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l6A7Sjt4006801; Tue, 10 Jul 2007 01:28:46 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 10 Jul 2007 01:29:27 -0600 (MDT) Message-Id: <20070710.012927.-300782446.imp@bsdimp.com> To: nslay@comcast.net From: "M. Warner Losh" In-Reply-To: <4693131B.8090306@comcast.net> References: <4693131B.8090306@comcast.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 10 Jul 2007 01:28:46 -0600 (MDT) 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: Tue, 10 Jul 2007 07:29:25 -0000 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