From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267842AbUHEScd (ORCPT ); Thu, 5 Aug 2004 14:32:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267837AbUHESby (ORCPT ); Thu, 5 Aug 2004 14:31:54 -0400 Received: from mail.kroah.org ([69.55.234.183]:53218 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S267861AbUHESVM (ORCPT ); Thu, 5 Aug 2004 14:21:12 -0400 Date: Thu, 5 Aug 2004 11:19:25 -0700 From: Greg KH To: Nigel Cunningham Cc: David Brownell , Benjamin Herrenschmidt , Oliver Neukum , Pavel Machek , Linux Kernel Mailing List , Patrick Mochel Subject: Re: What PM should be and do (Was Re: Solving suspend-level confusion) Message-ID: <20040805181925.GB30543@kroah.com> References: <20040730164413.GB4672@elf.ucw.cz> <200408031928.08475.david-b@pacbell.net> <1091588163.5225.77.camel@gaston> <200408032030.41410.david-b@pacbell.net> <1091594872.3191.71.camel@laptop.cunninghams> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1091594872.3191.71.camel@laptop.cunninghams> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 04, 2004 at 02:47:52PM +1000, Nigel Cunningham wrote: > - support for telling what class of device a driver is handling (I'm > particularly interested in keeping the keyboard, screen and storage > devices alive while suspending). You can see that info today from userspace by looking in /sys/class/input, /sys/class/graphics, and /sys/block thanks, greg k-h