Re: Touch screen driver power management by Danny
Danny
Mon Jun 23 06:35:01 PDT 2008
The touch driver is not managed by the power manager. TouchPanelPowerHandler
will only be called on suspend/resume by GWES when the system goes single
threaded (same context as XXX_PowerUp and XXX_PowerDown of the stream
interface drivers). If you need to make it managed by the power manager,
you are going to have to create a custom solution for that.
Cheers
Danny
<senthilv2k@gmail.com> wrote in message
news:1a4d3bd7-c250-4727-beb0-717c3dc8b23a@z66g2000hsc.googlegroups.com...
> Hi Luca and all,
>
> thanks for your reply.
> now i have implemented DdsiTouchPanelPowerHandler function which will
> be called by TouchPanelPowerHandler (Touch MDD).
> and TouchPanelPowerHandler function has exported in touch.def as
> STDAPI(TouchPanelPowerHandler, 4)
>
> I can understand that GWES calls TouchPanelPowerHandler to handle the
> touch power management in suspend/resume.
> what else i need to do for touch power management?
> Is power management driver request GWES to call TouchPanelPowerHandler
> function?
>
> Can you please give some more details that how and when GWES will call
> TouchPanelPowerHandler function?
>
> thanks in advance
>
> -senthil
>