Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2003 20:32:27 -0700 (PDT)
From:      Maksim Yevmenkin <m_evmenkin@yahoo.com>
To:        Brent Avery <bsavery@bigpond.com>, freebsd-current@freebsd.org
Subject:   Re: MS Bluetooth mouse on 5.1-release
Message-ID:  <20030823033227.68109.qmail@web40312.mail.yahoo.com>
In-Reply-To: <2E7E8A35375D1449A6F28D5E022E67310AC4EE@USSC8MS04.Global.Cwintra.Com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030823033227.68109.qmail>