Re: [Openzaurus-devel] Sharp CE-RH2 remote kernel driver
Richard Purdie <rpurdie-Fm38FmjxZ/[email protected]>
| Newsgroups | gmane.comp.handhelds.linux.kernel,gmane.comp.handhelds.openzaurus.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 2007-01-22 at 08:02 -0800, Justin Patrin wrote: > On 1/22/07, Richard Purdie <rpurdie-Fm38FmjxZ/[email protected]> wrote: > > Before anyone gets their hopes up, no, its not possible, I've looked at > > this before. PKSR only works for GPIOs 0-19 so the AK at number 13 is > > ok, the keyboard switches at 96,97 will not trigger this register (or > > any others I know of). > > > > Thanks for dispelling that. However, I did notice that pressing the > app buttons (bottom-left on the keyboard) did wake up the Z, besides > which the power button *is* right there on the front. :-) The app buttons are a different question. They all trigger GPIO 0 through a big OR gate, so we can respond to them just fine. Currently they all power the device up although arguably, only the one marked as a power button should but it doesn't bother me enough to fix it ;-). Cheers, Richard