From owner-freebsd-bluetooth@FreeBSD.ORG Sun Dec 26 00:52:50 2004 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD06D16A4CE for ; Sun, 26 Dec 2004 00:52:50 +0000 (GMT) Received: from julesburg.uits.indiana.edu (julesburg.uits.indiana.edu [129.79.1.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9546343D3F for ; Sun, 26 Dec 2004 00:52:50 +0000 (GMT) (envelope-from dmschei@attglobal.net) Received: from mail-relay.iu.edu (stjoseph.uits.indiana.edu [129.79.1.78]) iBQ0qmsU011131 for ; Sat, 25 Dec 2004 19:52:49 -0500 (EST) Received: from [10.0.1.4] (scheidt-rout.canopy.nd.edu [129.74.98.169] (may be forged)) (authenticated bits=0)iBQ0qlFc025301 for ; Sat, 25 Dec 2004 19:52:47 -0500 (EST) Message-ID: <41CE0B5E.4020103@attglobal.net> Date: Sat, 25 Dec 2004 19:52:46 -0500 From: David Scheidt User-Agent: Mozilla Thunderbird 0.9 (X11/20041203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: bluetooth mouse sucess, mostly X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2004 00:52:51 -0000 I got a bluetooth mouse for Christmas, and have gotten it to work on 5.3-STABLE. An include in src/usr.sbin/bluetooth/bthidd/parser.y has to be changed from libusbhid.h to usbhid.h to get to get it to build. After that, it pretty much just works. Except clicking the right-most button does what clicking the wheel should do, and vice versa. I don't think I see anything that's changed in the sources in -CURRENT to make a difference in that behavior. Is my mouse poorly behaved, and sending the wrong events? It's a Kensington Pocket mouse; further detail available if it's wanted. Great work, Max! Thanks, David