public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Oliver Neukum <oliver@neukum.org>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Pavel Machek <pavel@ucw.cz>,
	linux-kernel@vger.kernel.org,
	linux-usb-devel@lists.sourceforge.net
Subject: Re: [linux-usb-devel] error to be returned while suspended
Date: Fri, 6 Oct 2006 09:21:51 +0200	[thread overview]
Message-ID: <200610060921.52186.oliver@neukum.org> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0610051732190.7346-100000@iolanthe.rowland.org>

Am Donnerstag, 5. Oktober 2006 23:45 schrieb Alan Stern:
> On Thu, 5 Oct 2006, Oliver Neukum wrote:
> 
> > I have a few observations, but no solution either:
> > - if root tells a device to suspend, it shall do so
> 
> Probably everyone will agree on that.

But should it stay suspended until explictely resumed? Do we have
consensus on that?

> > - the issues of manual & automatic suspend and remote wakeup are orthogonal
> 
> Except for the fact that remote wakeup kicks in only when a device is 
> suspended.

Yes.
 
> > - there should be a common API for all devices
> 
> It would be nice, wouldn't it?  But we _already_ have several vastly
> different power-management APIs.  Consider for example DPMI and IDE 
> spindown.

No reason to make matters worse.
 
> > - there's no direct connection between power save and open()
> 
> Why shouldn't a device always be put into a power-saving mode whenever it 
> isn't open?  Agreed, you might want to reduce its power usage at times 
> even when it is open...

That and you are putting the latency/power choice into kernel space.
I've seen GPS recievers that need 30 seconds to get a fix. Autosuspend
needs to be in kernel space. But that doesn't mean that it is sufficient
as a mechanism nor that it doesn't need parameters supplied from
user space.

> > The question when a device is in use is far from trivial.
> 
> Yes.  It has to be decided by each individual driver.  For simple 
> character-oriented devices, "open" is a good first start.

Yes. However, simple character devices are the first candidates for
libusb so kernel space is left with the hard cases.

	Regards
		Oliver

  reply	other threads:[~2006-10-06  7:21 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-03 11:23 error to be returned while suspended Oliver Neukum
2006-10-03 12:51 ` linux-os (Dick Johnson)
2006-10-03 13:02   ` Oliver Neukum
2006-10-03 14:17     ` linux-os (Dick Johnson)
2006-10-04 11:19 ` Pavel Machek
2006-10-04 16:34   ` Oliver Neukum
2006-10-04 22:44     ` Pavel Machek
2006-10-05  7:07       ` Oliver Neukum
2006-10-05  8:57         ` Pavel Machek
2006-10-05 16:21         ` [linux-usb-devel] " Alan Stern
2006-10-05 16:35           ` Oliver Neukum
2006-10-05 18:24             ` Alan Stern
2006-10-05 18:43               ` Oliver Neukum
2006-10-05 20:48                 ` Alan Stern
2006-10-05 21:25                   ` Oliver Neukum
2006-10-05 21:45                     ` Alan Stern
2006-10-06  7:21                       ` Oliver Neukum [this message]
2006-10-06 17:48                         ` Alan Stern
2006-10-06 11:25                       ` Pavel Machek
2006-10-06  2:47                     ` David Brownell
2006-10-06  7:04                       ` Oliver Neukum
2006-10-06 11:27                         ` Pavel Machek
2006-10-06 14:09                           ` Oliver Neukum
2006-10-06 21:10                         ` David Brownell
2006-10-07 10:49                           ` Oliver Neukum
2006-10-07 11:08                             ` Pavel Machek
2006-10-07 17:16                               ` Oliver Neukum
2006-10-08  0:03                                 ` David Brownell
2006-10-08  2:03                                   ` Alan Stern
2006-10-08  7:07                                     ` Oliver Neukum
2006-10-08 14:27                                       ` Alan Stern
2006-10-08 19:36                                     ` Pavel Machek
2006-10-08 19:57                                       ` Oliver Neukum
2006-10-08 21:06                                         ` Pavel Machek
2006-10-08  6:40                                   ` Oliver Neukum
2006-10-09 15:56                                     ` David Brownell
2006-10-08  6:51                                   ` Oliver Neukum
2006-10-08  7:14                                   ` Oliver Neukum
2006-10-08 13:24                                   ` Oliver Neukum
2006-10-08 14:32                                     ` Alan Stern
2006-10-08 19:41                                     ` /sys/.../power/state " Pavel Machek
2006-10-08 19:19                                 ` Pavel Machek
     [not found]                   ` <200610080838.03488.oliver@neukum.org>
     [not found]                     ` <200610080020.49158.david-b@pacbell.net>
2006-10-08  8:39                       ` Oliver Neukum
2006-10-08 14:16                         ` Dmitry Torokhov
2006-10-06 11:23                 ` Pavel Machek
2006-10-06 11:21             ` Pavel Machek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200610060921.52186.oliver@neukum.org \
    --to=oliver@neukum.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb-devel@lists.sourceforge.net \
    --cc=pavel@ucw.cz \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox