public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Linux-pm mailing list <linux-pm@lists.osdl.org>
Subject: Re: [RFC 1/3] Runtime PM support for named power states
Date: Sun, 2 Oct 2005 22:37:46 +0200	[thread overview]
Message-ID: <20051002203746.GA2239@elf.ucw.cz> (raw)
In-Reply-To: <Pine.LNX.4.44L0.0509301614340.4470-100000@iolanthe.rowland.org>

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

Hi!

> Index: usb-2.6/drivers/base/power/sysfs.c
> ===================================================================
> --- usb-2.6.orig/drivers/base/power/sysfs.c
> +++ usb-2.6/drivers/base/power/sysfs.c
> @@ -3,12 +3,21 @@
>   */
>  
>  #include <linux/device.h>
> +#include <linux/string.h>
>  #include "power.h"
>  
> +const char pm_name_ON[] = "on";
> +const char pm_name_SUSPEND[] = "suspend";
> +EXPORT_SYMBOL_GPL(pm_name_ON);
> +EXPORT_SYMBOL_GPL(pm_name_SUSPEND);
> +

Oops, I believe we still want non-GPL drivers to work correctly with
our kernel...

								Pavel
-- 
if you have sharp zaurus hardware you don't need... you know my address

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2005-10-02 20:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-30 20:16 [RFC 1/3] Runtime PM support for named power states Alan Stern
2005-10-02 20:37 ` Pavel Machek [this message]
2005-10-02 21:45   ` Greg KH

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=20051002203746.GA2239@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=linux-pm@lists.osdl.org \
    --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