From owner-freebsd-usb@FreeBSD.ORG Fri Dec 18 07:50:02 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7AAD1065672 for ; Fri, 18 Dec 2009 07:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A65E58FC22 for ; Fri, 18 Dec 2009 07:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBI7o2t5028152 for ; Fri, 18 Dec 2009 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBI7o2OP028151; Fri, 18 Dec 2009 07:50:02 GMT (envelope-from gnats) Date: Fri, 18 Dec 2009 07:50:02 GMT Message-Id: <200912180750.nBI7o2OP028151@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Mark Duller Cc: Subject: Re: usb/140160: [usb8] [acpi] 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 Reply-To: Mark Duller List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2009 07:50:02 -0000 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: [usb8] [acpi] USB ports are no longer "active" after ACPI suspend/resume cycle. Date: Fri, 18 Dec 2009 07:41:51 +0000 With 8.0-Release I can reproduce what Brandon describes. If I do not unload uhci before a suspend, USB ports work fine after the first resume, but any subsequent suspend/resume cycles make the USB ports no longer "active" (the USB ports appear to have no power). Even if the uhci driver is unloaded after the first suspend/resume cycle, the next suspend/resume cycle will result in 'inactive' USB ports. If no USB modules have been loaded before the first suspend/resume cycle, the USB ports become 'inactive' after resume, although I find I can make them active again if I do a subsequent suspend/resume cycle after loading some USB modules ("kldload usb umass ehci" in my test). It's not clear to me whether this is related to the uhci bug.