From owner-freebsd-usb@FreeBSD.ORG Wed Dec 2 10:40:08 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 165F01065676 for ; Wed, 2 Dec 2009 10:40:08 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 978598FC19 for ; Wed, 2 Dec 2009 10:40:07 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=69gCPFU-1nQA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=Kuxkyv0YAAAA:8 a=6I5d2MoRAAAA:8 a=pGLkceISAAAA:8 a=k3yYyIEjkwSf6G23flcA:9 a=gj1u-cqwk9YPotlfXUDft9xH5IwA:4 a=SV7veod9ZcQA:10 a=MSl-tDqOz04A:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1354051928; Wed, 02 Dec 2009 11:40:05 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Mark Duller Date: Wed, 2 Dec 2009 11:41:46 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200912021030.nB2AU2F6079502@freefall.freebsd.org> In-Reply-To: <200912021030.nB2AU2F6079502@freefall.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200912021141.47920.hselasky@c2i.net> Cc: Subject: Re: usb/140160: USB ports are no longer "active" after ACPI suspend/resume cycle. X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2009 10:40:08 -0000 On Wednesday 02 December 2009 11:30:02 Mark Duller wrote: > The following reply was made to PR usb/140160; it has been noted by GNATS. > > From: Mark Duller > To: bug-followup@FreeBSD.org, jamesbrandongooch@gmail.com > Cc: > Subject: Re: usb/140160: USB ports are no longer "active" after ACPI > suspend/resume cycle. > Date: Wed, 02 Dec 2009 09:50:55 +0000 > > I have seen a similar issue on my x61s Thinkpad while following the 8.0x > releases. The behaviour has changed throughout the releases. > > On my latest test (on FreeBSD 8.0-PRERELEASE #2: i386), I found this > issue only occurs if I suspend the system while no usb modules are > loaded. On a resume, if one then loads the usb modules (such as umass > ehci uhci), usb does not work. > > My current workaround is to ensure I load the modules I need before the > first suspend. A resume in this case does keep the usb ports 'active'. > > I'll report back if i notice any change in 8.0-Release. > Looks like we need to test USB suspend and resume a little bit more. --HPS