From owner-freebsd-current@FreeBSD.ORG Mon Jun 16 21:03:37 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA7E56C4 for ; Mon, 16 Jun 2014 21:03:37 +0000 (UTC) Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.17.24]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.kundenserver.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF732E19 for ; Mon, 16 Jun 2014 21:03:36 +0000 (UTC) Received: from [192.168.178.36] (p57AECE28.dip0.t-ipconnect.de [87.174.206.40]) by mrelayeu.kundenserver.de (node=mreue102) with ESMTP (Nemesis) id 0M0Qqz-1WbXCi2lo5-00ua90; Mon, 16 Jun 2014 23:03:25 +0200 Message-ID: <539F5B9B.90703@janh.de> Date: Mon, 16 Jun 2014 23:03:23 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: =?UTF-8?B?RWR3YXJkIFRvbWFzeiBOYXBpZXJhxYJh?= Subject: Re: [patch] USB after second suspend/resume on ThinkPads. References: <20140616192155.GE13481@brick.home> In-Reply-To: <20140616192155.GE13481@brick.home> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V02:K0:VBN3m9adgjgP4NvB3Il0mkhbi06u2QZ8yCCUZBEmTb4 ibL+hduDkMHHstNg95I1NjCTUvztEKWDafGkq+IXRnfpCjGGoo k0bRn9JsFHiFodfxt8klnBOj25S+VXx9dTZPPZcxSMFl94Lx9h GzMiPCWmhQrQmaZePvRjOlhgRKBr67iuPqcXSgovswRj4fBBUH 7EqcYic7bka4v4j3vL/V4la51oUjyxtDwKAb0jIQAwNS7Tp6on k+avY6FMRGsW3UOg0MGz3riBjgvbsy76bTYAoh4WqUhIrFVTvD 8IRlSxdx/14j8KOpI/IwEuiQ11l2eQbuZGiHo0GgLmJBamKMA= = Cc: current-list freebsd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 21:03:37 -0000 On 06/16/2014 21:21, Edward Tomasz NapieraƂa wrote: > Hi. Patch below should fix a problem where USB stops working after > _second_ suspend/resume, which happens on various ThinkPad models. > Please test, and report both success stories and failures. If nothing > comes up, I'll commit it in a week or so. I applied it to 10.0-RELEASE on my T510 and did four successful suspend/resume cycles. My USB mouse did return after about 10 seconds for each try, which is a huge improvement. Thanks a lot! Jan Henrik