On 09.08.15 21:47, plunky at ogmig.net (Iain Hibbert) wrote:
> I'd say that using the NetBSD driver (I am the author) is not really
> possible on FreeBSD, since FreeBSD does things related to Bluetooth HIDs
> differently. It should be simple enough to add the Magic Mouse handling to
> the bthid
[...]
> I've taken a look and there's several obstacles in the way. But first
> the good news, once I add
>
> if (fd == srv->ctrl) {
> static uint8_t rep[] = { 0x53, 0xd7, 0x01 };
> write(new_fd, rep, 3 );
> }
>
> to usr.sbin/bluetooth/bthidd/server.