Date: Tue, 14 Jul 2015 15:56:47 +0800 From: Claudius Chan <ccs189@gmail.com> To: Takanori Watanabe <takawata@init-main.com> Cc: freebsd-bluetooth@freebsd.org Subject: Re: T630 Logitech Bluetooth Mouse not re-connect after disconnect Message-ID: <CAAVaLNdvzwu6o_awa=k4rywRn%2B9MDOiMpNmTtu%2B9JoysZeLhCA@mail.gmail.com> In-Reply-To: <201507070539.t675d8gm030156@sana.init-main.com> References: <CAAVaLNeq2H_aU0e_%2BbwOnz06tTZtWEndyDVrhfiNRhsH5HhRHg@mail.gmail.com> <201507070539.t675d8gm030156@sana.init-main.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Takanori, I updated to latest release of FreeBSD-Current r285346, seems like still the same. On Tue, Jul 7, 2015 at 1:39 PM, Takanori Watanabe <takawata@init-main.com> wrote: > In message < > CAAVaLNeq2H_aU0e_+bwOnz06tTZtWEndyDVrhfiNRhsH5HhRHg@mail.gmail.com> > , Claudius Chan =E3=81=95=E3=82=93=E3=81=84=E3=82=8F=E3=81=8F: > >Hi FreeBSD Bluetooth team, > > > > > >I currently running FreeBSD-current r279881 and appreciate the quality a= nd > >stability of the FreeBSD. It would be perfect if my mouse working > >flawlessly. > > > > > >I have issue with my T630 bluetooth mouse to my X1 Carbon Laptop. Every > >time the mouse disconnect (turn off/on) or wake up OS wake up from sleep= , > >the mouse just can't re-connect. I have to set my mouse to discover mode > >and re-connect the mouse. I tried with another bluetooth mouse(sony > >bluetooth mouse) is working fine. Not sure what went wrong. > > > >The following steps is what I done in order to reconnect the mouse: > > > >1. Set the mouse to discover mode > > > >2. Stop bthidd daemon > > > >3. run the commad: sudo bthidcontrol -a logitech-mouse forget > > > >4. start the bthidd daemon and doing mouse activity such as click or > moving > >mouse. > > > > I found a bug on my change. > How about this patch ? > > Index: ng_l2cap_ulpi.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- ng_l2cap_ulpi.c (revision 285236) > +++ ng_l2cap_ulpi.c (working copy) > @@ -398,6 +398,7 @@ > ip->lcid =3D ch->scid; > ip->psm =3D ch->psm; > ip->ident =3D ch->ident; > + ip->linktype =3D ch->con->linktype; > > NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->l2c, 0); > } >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAAVaLNdvzwu6o_awa=k4rywRn%2B9MDOiMpNmTtu%2B9JoysZeLhCA>
