Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jul 2015 18:30:05 +0000
From:      Twitter <verify@twitter.com>
To:        =?UTF-8?B?2KfZhNi52YbZiNiv?= <bluetooth@freebsd.org>
Subject:   =?UTF-8?Q?Confirm_your_Twitt?= =?UTF-8?Q?er_account,_=D8=A7=D9=84=D8=B9=D9=86=D9=88=D8=AF?=
Message-ID:  <71.4C.42740.D29CA955@twitter.com>

next in thread | raw e-mail | index | archive | help
=D8=A7=D9=84=D8=B9=D9=86=D9=88=D8=AF,

Confirm your email address to complete your Twitter account. It's easy - ju=
st click on the button below.

Click on the link below or copy and paste it into a browser:

https://twitter.com/i/redirect?url=3Dhttps%3A%2F%2Ftwitter.com%2Faccount%2F=
confirm_user_email%2F3362840423%2F62AAH-A27AG-143620%3Ft%3D1%26cn%3DZW1haWx=
fY29uZmlybV9pbml0%26sig%3Db23f17aa8e815d75f5e70e42e4535257f1bea53c%26al%3D1=
%26iid%3D54350d8f3a854b1595cec3efa399f66a%26ac%3D1%26autoactions%3D14362074=
05%26uid%3D3362840423%26nid%3D244%2B308&amp;t=3D1&amp;cn=3DZW1haWxfY29uZmly=
bV9pbml0&amp;sig=3Dc70241c43f37c419f49e9a7de3941c9b0b33df11&amp;iid=3D54350=
d8f3a854b1595cec3efa399f66a&amp;uid=3D3362840423&amp;nid=3D244+308
From owner-freebsd-bluetooth@freebsd.org  Tue Jul  7 05:40:35 2015
Return-Path: <owner-freebsd-bluetooth@freebsd.org>
Delivered-To: freebsd-bluetooth@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49F0E994601
 for <freebsd-bluetooth@mailman.ysv.freebsd.org>;
 Tue,  7 Jul 2015 05:40:35 +0000 (UTC)
 (envelope-from takawata@init-main.com)
Received: from sana.init-main.com (sana.init-main.com [IPv6:2001:240:28::1])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id EB51E1A1A
 for <freebsd-bluetooth@freebsd.org>; Tue,  7 Jul 2015 05:40:34 +0000 (UTC)
 (envelope-from takawata@init-main.com)
Received: from ns.init-main.com (localhost [127.0.0.1])
 by sana.init-main.com (8.14.3/8.14.3) with ESMTP id t675d8gm030156;
 Tue, 7 Jul 2015 14:39:09 +0900 (JST)
 (envelope-from takawata@ns.init-main.com)
Message-Id: <201507070539.t675d8gm030156@sana.init-main.com>
To: Claudius Chan <ccs189@gmail.com>
Cc: freebsd-bluetooth@freebsd.org
Subject: Re: T630 Logitech Bluetooth Mouse not re-connect after disconnect
In-reply-to: Your message of "Sun, 05 Jul 2015 10:19:28 +0800."
 <CAAVaLNeq2H_aU0e_+bwOnz06tTZtWEndyDVrhfiNRhsH5HhRHg@mail.gmail.com>
Date: Tue, 07 Jul 2015 14:39:08 +0900
From: Takanori Watanabe <takawata@init-main.com>
X-BeenThere: freebsd-bluetooth@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: Using Bluetooth in FreeBSD environments
 <freebsd-bluetooth.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-bluetooth>, 
 <mailto:freebsd-bluetooth-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-bluetooth/>;
List-Post: <mailto:freebsd-bluetooth@freebsd.org>
List-Help: <mailto:freebsd-bluetooth-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth>, 
 <mailto:freebsd-bluetooth-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Jul 2015 05:40:35 -0000

In message <CAAVaLNeq2H_aU0e_+bwOnz06tTZtWEndyDVrhfiNRhsH5HhRHg@mail.gmail.com>
, Claudius Chan さんいわく:
>Hi FreeBSD Bluetooth team,
>
>
>I currently running FreeBSD-current r279881 and appreciate the quality and
>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
===================================================================
--- ng_l2cap_ulpi.c	(revision 285236)
+++ ng_l2cap_ulpi.c	(working copy)
@@ -398,6 +398,7 @@
 		ip->lcid = ch->scid;
 		ip->psm = ch->psm;
 		ip->ident = ch->ident;
+		ip->linktype = 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?71.4C.42740.D29CA955>