2005-02-05 16:24:05

by Pierre Ossman

[permalink] [raw]
Subject: PNP and suspend/resumt

How is suspend/resume handled with PNP devices? There are no
suspend/resume functions registered for the pnp bus type.

Rgds
Pierre


2005-02-05 22:01:52

by Adam Belay

[permalink] [raw]
Subject: Re: PNP and suspend/resumt

On Sat, Feb 05, 2005 at 05:23:58PM +0100, Pierre Ossman wrote:
> How is suspend/resume handled with PNP devices? There are no
> suspend/resume functions registered for the pnp bus type.
>
> Rgds
> Pierre

PnP isn't a physical abstraction, so for now if you want to set the values
in "struct device_driver" directly, go for it.

Thanks,
Adam