From: Greg KH <greg@kroah.com>
To: Pavel Machek <pavel@ucw.cz>
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 14:45:58 -0700 [thread overview]
Message-ID: <20051002214558.GA21429@kroah.com> (raw)
In-Reply-To: <20051002203746.GA2239@elf.ucw.cz>
[-- Attachment #1: Type: text/plain, Size: 798 bytes --]
On Sun, Oct 02, 2005 at 10:37:46PM +0200, Pavel Machek wrote:
> 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...
For new interfaces? No, I do not think so. Remember, everything in the
driver model is marked this way today.
thanks,
greg k-h
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
prev parent reply other threads:[~2005-10-02 21:45 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
2005-10-02 21:45 ` Greg KH [this message]
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=20051002214558.GA21429@kroah.com \
--to=greg@kroah.com \
--cc=linux-pm@lists.osdl.org \
--cc=pavel@ucw.cz \
/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