Patrick Mochel <mochel@xxxxxxxxxxxxxxxxxx> wrote: > > > Signed-off-by: Patrick Mochel <mochel@xxxxxxxxxxxxxxx> > > --- > > include/linux/pm.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > applies-to: 1ac50ba99ca37c65bdf3643c4056c246e401c18a > 63b8e7f0896ce93834ac60c15df954b1e6d45e56 > diff --git a/include/linux/pm.h b/include/linux/pm.h > index 5be87ba..a7324ea 100644 > --- a/include/linux/pm.h > +++ b/include/linux/pm.h > @@ -140,6 +140,7 @@ struct device; > > typedef struct pm_message { > int event; > + u32 state; > } pm_message_t; I don't quite understand. This is a message which is sent to a driver saying "go into this state", isn't it? If so, what does the new `state' field tell us?