Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751514AbWJEQVv (ORCPT ); Thu, 5 Oct 2006 12:21:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751582AbWJEQVv (ORCPT ); Thu, 5 Oct 2006 12:21:51 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:51984 "HELO iolanthe.rowland.org") by vger.kernel.org with SMTP id S1751514AbWJEQVu (ORCPT ); Thu, 5 Oct 2006 12:21:50 -0400 Date: Thu, 5 Oct 2006 12:21:45 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Oliver Neukum cc: Pavel Machek , , Subject: Re: [linux-usb-devel] error to be returned while suspended In-Reply-To: <200610050907.27035.oliver@neukum.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1362 Lines: 34 On Thu, 5 Oct 2006, Oliver Neukum wrote: > > > > If you are talking runtime suspend, you should probably just wake the > > > > device up on first access. > > > > > > Do you really think a device driver should override an explicitely > > > selected power state? > > > > (So we are talking runtime suspend?) > > Yes. Otherwise the patch would have been ready two days ago. > But if I am implenting this, I'll do a full implementation. > > > No, I do not know what the right interface is. I started to suspect > > that drivers should suspend/resume devices automatically, without > > userland help. Maybe having autosuspend_timeout in sysfs is enough. > > If you do this at kernel level, you'll screw up any demon implementing > a power policy to stay within the budget. Currently we don't have any userspace APIs for such a daemon to use. The only existing API is deprecated and will go away soon. Current thinking is that a driver will suspend its device whenever the device isn't in use. With usblp, that would be whenever the device file isn't open. See the example code in usb-skeleton.c. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/