From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Neukum Subject: Re: [PATCH 6/6] USB / PM: Allow USB devices to remain runtime-suspended when sleeping Date: Wed, 01 Apr 2015 14:40:50 +0200 Message-ID: <1427892050.30440.10.camel@suse.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Alan Stern Cc: Tomeu Vizoso , Linux-pm mailing list , Greg Kroah-Hartman , Scot Doyle , Dan Williams , Julius Werner , "Rafael J. Wysocki" , Pratyush Anand , Sebastian Andrzej Siewior , USB list , Kernel development list List-Id: linux-pm@vger.kernel.org On Tue, 2015-03-31 at 13:09 -0400, Alan Stern wrote: > In other words, if the device is currently in runtime suspend with > remote wakeup enabled, but device_may_wakeup() returns 0 (so that the > device should be disabled for wakeup when the system goes into > suspend), then the prepare callback has to return 0. > > Therefore what you need to do here is something like this: > > struct usb_device *udev = to_usb_device(dev); > > /* Return 0 if the current wakeup setting is wrong, otherwise > 1 */ And the other way round? Regards Oliver