Re: Handling transition into suspend through keyboard driver

2007-10-09 Thread Dmitry Torokhov
Hi Kristoffer, On 10/8/07, Kristoffer Ericson [EMAIL PROTECTED] wrote: Greetings, Dmitry, Im implementing suspend for hp7xx currently. I've added EV_PWR to bitflags and linked so POWER_KEY gets reported correctly. Is this the correct approach? Yes, it is. Keyboard drivers sghoudl just

Handling transition into suspend through keyboard driver

2007-10-07 Thread Kristoffer Ericson
Greetings, Dmitry, Im implementing suspend for hp7xx currently. I've added EV_PWR to bitflags and linked so POWER_KEY gets reported correctly. Is this the correct approach? I want to make use of the generic pm code that exists for sa1100. I know this is abit of your speciality but had a hard