Re: UCB1400 touch resume

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Dean Ramsier (ramsiernospam_at_nospam.com)
Date: 05/14/04


Date: Fri, 14 May 2004 12:39:20 +0100

Not sure what you mean by "wake up touch", but during normal operation touch
causes an interrupt which then gets serviced. When used as a wakeup source,
the bootloader runs first - not an interrupt service routine. So, different
code paths would cause different times.

Why are you concerned?

-- 
Dean Ramsier - eMVP
"Charles Wang" <anonymous@discussions.microsoft.com> wrote in message
news:91A29E78-E517-472E-A6AF-3CFAC18D0B7C@microsoft.com...
> The regular touch on the TOuch Screen cause the TOCUH IRQ togling 400us,
but the "wake up touch" togling the TOUCH IRQ 40 ms, which is 100 times of
regular touch. How can we reduce/minimize  this "togling time"?


Relevant Pages

  • Re: wake up from a serial port
    ... UART can wake up your system, then using this patch and the command above ... from suspending it during suspend and then an interrupt from this UART ...
    (Linux-Kernel)
  • Re: Forth as an operating system
    ... whereas an interrupt is a one-shot event handler that performs ... wakes up the task that uses the results of the ISR. ... The typical code to wake up a task is: ... mentions would become dedicated hardware. ...
    (comp.lang.forth)
  • Re: [kvm-devel] [PATCH 10/13] KVM: Wire up hypercall handlers to a central arch-independent
    ... doesn't have to wake up again when the timer fires. ... every such interrupt, but just do the right thing for all pending work) ... That's what Xen does (I'm not sure about the timer, but they do avoid unnecessary interrupts). ... As you can have memory shared between the guest and host, ...
    (Linux-Kernel)