From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 11:15:41 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B392E80 for ; Thu, 19 Jun 2014 11:15:41 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6D3523FE for ; Thu, 19 Jun 2014 11:15:40 +0000 (UTC) Received: from walrus.pepperland ([81.217.76.60]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0Lkfii-1WPLUk0fBs-00aSU3 for ; Thu, 19 Jun 2014 13:15:38 +0200 Message-ID: <53A2C659.1070502@gmx.net> Date: Thu, 19 Jun 2014 13:15:37 +0200 From: Stefan Ehmann User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-current@FreeBSD.org 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; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:CjUXSevssO0lMpVatzZEQcNWDbWj394zWm8OFygIleJJJ2zvpKY eLLeZdfh8vjSfS7OXH5wbSkndC+38OaSU9a3NIFW6+r231Q8RT8bgo9ENrtxXL/B6JGKk+V NLOCpmvGsLR1RYh7LgfwBNeO9ZYdzni+WeqspGovWGsYKDoCziKTeaXCWcfYNRAJQPI2I0/ pIGD/qSFoSKbUD70pUsgA== 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: Thu, 19 Jun 2014 11:15:41 -0000 On 16.06.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. > > (Btw, has anyone encountered the problem on hardware other than ThinkPads?) Fixed USB resume issues on T410 for me. At first I thought it didn't work, but then I noticed acpi_ibm needs to be loaded. Thanks! This has been a long-standing and annoying bug.