Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 09:38:49 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org
Cc:        freebsd-gnats-submit@freebsd.org, Alex Deiter <alex.deiter@gmail.com>
Subject:   Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support
Message-ID:  <201005070938.49542.hselasky@c2i.net>
In-Reply-To: <201005070349.o473nhSF065849@www.freebsd.org>
References:  <201005070349.o473nhSF065849@www.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 07 May 2010 05:49:43 Alex Deiter wrote:
> Alex Deiter
> 

Hi,

The first part of the patch is not correct. The ID byte should be included in 
the buffer or you need to extend the buffer. Note that the kernel version of 
hid_get_data() is different at this point.

The second part of your patch is correct, and indicates a merge glitch, due to 
changing the signedness of the data type some time back.

Can you try the following patch in kernel and user-space and see that it works 
for your BT-mouse and USB-mouse?

http://p4web.freebsd.org/@@177882?ac=10

--HPS



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