Date: Fri, 17 Dec 2004 10:52:37 +0300 From: Vladimir Grebenschikov <vova@fbsd.ru> To: Maksim Yevmenkin <maksim.yevmenkin@savvis.net> Cc: bluetooth@freebsd.org Subject: Re: Bluetooth mouse Message-ID: <1103269957.974.7.camel@localhost> In-Reply-To: <419B9EF8.2090401@savvis.net> References: <1100552998.1098.5.camel@localhost> <419B8353.7040908@savvis.net> <opshmg45c1lo1qsj@mail.xs4all.nl> <419B9EF8.2090401@savvis.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi I have found your message: ====================================== 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. ====================================== So I am ready to try it, Can you resend me your explanations ? Also, I think, it is better to provide usual /dev/*msX interface for moused ? It looks like I need to write ng node which will connect to l2cap node one side and create /dev/btmsX on another side ? > max -- Vladimir B. Grebenchikov vova@fbsd.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1103269957.974.7.camel>