Re: usb/146367: [usb8] [patch] Revision 205728: broken bluetooth mouse support

2010-05-16 Thread linimon
Synopsis: [usb8] [patch] Revision 205728: broken bluetooth mouse support State-Changed-From-To: open->patched State-Changed-By: linimon State-Changed-When: Mon May 17 03:58:35 UTC 2010 State-Changed-Why: Assign for MFC to 8. Responsible-Changed-From-To: freebsd-usb->thompsa Responsible-C

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Alex Deiter
The following reply was made to PR usb/146367; it has been noted by GNATS. From: Alex Deiter To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support Date: Fri, 7 May 2010 14

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Alex Deiter
Hi Hans, I`m apply patch for bthidd from Kal and my bt mouse work fine again! > Which daemon is driving the BT mouse? bthidd patch from Kal for bthidd(8) works fine only WITH your patches for: lib/libusbhid/data.c sys/dev/usb/usb_hid.c sys/dev/usb/usbhid.h Thanks a lot! 2010/5/7 Hans Petter S

Re: Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Alex Deiter
Hi Kal, Thanks a lot for your patch! I`m apply this patch and my bt mouse work fine again! For Hans: > Which daemon is driving the BT mouse? bthidd patch for bthidd(8) works fine only WITH your patches for: lib/libusbhid/data.c sys/dev/usb/usb_hid.c sys/dev/usb/usbhid.h Thanks a lot! 2010/5/

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Kai Wang
The following reply was made to PR usb/146367; it has been noted by GNATS. From: Kai Wang To: Hans Petter Selasky Cc: Alex Deiter , freebsd-gnats-sub...@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support Date: Fri, 7

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Kai Wang
On Fri, May 07, 2010 at 12:14:14PM +0200, Hans Petter Selasky wrote: > On Friday 07 May 2010 12:13:15 Alex Deiter wrote: > > Hi, > > > > Thanks a lot for your reply! > > I`m applied patches and rebuild kernel and world. > > After system reboot problem still persist: > > > > PS/2 mouse work fine >

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Hans Petter Selasky
The following reply was made to PR usb/146367; it has been noted by GNATS. From: Hans Petter Selasky To: Alex Deiter Cc: freebsd-usb@freebsd.org, freebsd-gnats-sub...@freebsd.org Subject: Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support Date: Fri, 7 May 2010 12:14:14

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Hans Petter Selasky
On Friday 07 May 2010 12:13:15 Alex Deiter wrote: > Hi, > > Thanks a lot for your reply! > I`m applied patches and rebuild kernel and world. > After system reboot problem still persist: > > PS/2 mouse work fine > USB mouse work fine > Bluetooth mouse doesn't'work - see attached video (can be view

Re: Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Kai Wang
On Fri, May 07, 2010 at 01:58:13AM +0400, Alex Deiter wrote: > Hi, > > Bluetooth mouse support is broken after Revision 205728: > > http://svn.freebsd.org/viewvc/base?view=revision&revision=205728 > > When I move the mouse - cursor stays in same place but moves the > current position of the con

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Hans Petter Selasky
The following reply was made to PR usb/146367; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Alex Deiter , freebsd-gnats-sub...@freebsd.org Subject: Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support Date: Fri, 7 May 2010 09:38:49

Re: usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-07 Thread Hans Petter Selasky
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 p

usb/146367: [PATCH] Revision 205728: broken bluetooth mouse support

2010-05-06 Thread Alex Deiter
>Number: 146367 >Category: usb >Synopsis: [PATCH] Revision 205728: broken bluetooth mouse support >Confidential: no >Severity: serious >Priority: medium >Responsible:freebsd-usb >State: open >Quarter: >Keywords:

Revision 205728: broken bluetooth mouse support

2010-05-06 Thread Alex Deiter
Hi, Bluetooth mouse support is broken after Revision 205728: http://svn.freebsd.org/viewvc/base?view=revision&revision=205728 When I move the mouse - cursor stays in same place but moves the current position of the console. Proposed patch as an attachment. Could you please revew this ? Thanks