Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 2004 14:20:02 -0800
From:      Maksim Yevmenkin <maksim.yevmenkin@savvis.net>
To:        Arne Schwabe <arne@rfc2549.org>
Cc:        bluetooth@freebsd.org
Subject:   Re: Bluetooth mouse
Message-ID:  <41C35B92.7080908@savvis.net>
In-Reply-To: <866530fusa.fsf@kamino.rfc1149.org>
References:  <1100552998.1098.5.camel@localhost> <419B8353.7040908@savvis.net> <opshmg45c1lo1qsj@mail.xs4all.nl> <419B9EF8.2090401@savvis.net> <1103269957.974.7.camel@localhost> <41C32471.2050805@savvis.net> <866530fusa.fsf@kamino.rfc1149.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Arne Schwabe wrote:
> Maksim Yevmenkin <maksim.yevmenkin@savvis.net> writes:
> 
>>bthidcontrol(8) is a utility that can query bluetooth hid devices and 
>>create configuration for bthidd(8).
>>
>>% nroff -man bthidcontrol.8 | less -- for more information
>>
>>bthidd(8) is a bluetooth hid daemon (incomplete but mouse should work). 
>>it will read configuration created by bthidcontrol(8) and talk to 
>>bluetooth hid devices.
> 
> I just tried it with my Logitech MX900 mouse, it works! :)

good.

> But for _some_ reason, my third and second buttons are swapped. Well I

the code just parses input hid reports according to the device's hid 
descriptor. it hid descriptor says its second button it will be second 
button :)

> hacked it in the hid.c source code %)

well, you are more then welcome to hack it further. i hope that enough 
bluetooth hid users will send me their hacks so i finally will be able 
to finish this :)

thanks,
max


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