From owner-freebsd-acpi@freebsd.org Thu Feb 11 06:59:17 2016 Return-Path: Delivered-To: freebsd-acpi@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 38275AA5E78 for ; Thu, 11 Feb 2016 06:59:17 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 035396D1 for ; Thu, 11 Feb 2016 06:59:16 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 965901FE023; Thu, 11 Feb 2016 07:59:12 +0100 (CET) Subject: Re: Regarding Wake On USB input from S3 Sleep To: Dee Zay References: <56BC289F.2070208@selasky.org> Cc: freebsd-acpi@freebsd.org From: Hans Petter Selasky Message-ID: <56BC31CD.2000509@selasky.org> Date: Thu, 11 Feb 2016 08:01:33 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2016 06:59:17 -0000 On 02/11/16 07:36, Dee Zay wrote: > Hello, > > Thank you very much for the prompt reply. > What are the issues if the HC remains powered on during suspend/resume? > Is this something not to be resolved in the near future? > Hi, There is no issue with suspend as I'm aware. The problem is resume, that we would like to completely reset the HC and re-start enumeration and not use the handover from the BIOS. You should also check what the BIOS is doing when it sees a HC which is different modes when entering suspend. USB code is here: sys/dev/usb/controller/{ehci.c,uhci.c,ohci.c,xhci.c} --HPS