Return-Path: Message-ID: <1433231270.1708.5.camel@suse.com> Subject: Re: [PATCH 1/2] Bluetooth: Add reset_resume function From: Oliver Neukum To: Laura Abbott Cc: Marcel Holtmann , Ming Lei , "David S. Miller" , Johan Hedberg , "Rafael J. Wysocki" , "Gustavo F. Padovan" , Alan Stern , Takashi Iwai , linux-bluetooth@vger.kernel.org, Linux Kernel Mailing List , USB list , netdev Date: Tue, 02 Jun 2015 09:47:50 +0200 In-Reply-To: <1433207682-15064-1-git-send-email-labbott@fedoraproject.org> References: <1433207682-15064-1-git-send-email-labbott@fedoraproject.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-ID: On Mon, 2015-06-01 at 18:14 -0700, Laura Abbott wrote: > Bluetooth devices off of some buses such as USB may lose power across > suspend/resume. When this happens, drivers may need to have the setup > function called again and behave differently than a cold power on. Yes, but what is the point? We use reset_resume() to retain some features of a device across a loss of power. If power is lost, all settings are gone and all connections are broken. So what is the difference compared to a plug out/in cycle? Regards Oliver