From owner-freebsd-current@FreeBSD.ORG Fri Aug 22 20:32:27 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91BE416A4BF for ; Fri, 22 Aug 2003 20:32:27 -0700 (PDT) Received: from web40312.mail.yahoo.com (web40312.mail.yahoo.com [66.218.78.91]) by mx1.FreeBSD.org (Postfix) with SMTP id 2745443FE9 for ; Fri, 22 Aug 2003 20:32:27 -0700 (PDT) (envelope-from m_evmenkin@yahoo.com) Message-ID: <20030823033227.68109.qmail@web40312.mail.yahoo.com> Received: from [68.170.43.94] by web40312.mail.yahoo.com via HTTP; Fri, 22 Aug 2003 20:32:27 PDT Date: Fri, 22 Aug 2003 20:32:27 -0700 (PDT) From: Maksim Yevmenkin To: Brent Avery , freebsd-current@freebsd.org In-Reply-To: <2E7E8A35375D1449A6F28D5E022E67310AC4EE@USSC8MS04.Global.Cwintra.Com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: MS Bluetooth mouse on 5.1-release X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 23 Aug 2003 03:32:27 -0000 Brent, > Does anyone know if it's possible to use a Microsoft Bluetooth mouse > 5.1? you need to have Bluetooth HID (Human Interface Device) support. someone wrote me an e-mail a while ago asking the same question. i tried to explain Bluetooth HID and how it works. its not a rocket science - you just need write a daemon that opens a couple of L2CAP connection to the mouse and read bytes from it. then you feed these bytes into /dev/console via ioctl(2) to move actual mouse pointer. i'm not sure if this person working on this. > I've had a play around with it, and was able to get bsd to see the > mouse, > but couldn't actually get the mouse working. If anyones had any success, > could they give me a few pointers? currently there is no support for Bluetooth HID. as soon as these devices get cheaper i will get one of them and will write the code. in the mean time i can offer my help to anyone who is willing to write the code. thanks, max __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com