Continuous Interrupt Problem

anish singh anish198519851985 at gmail.com
Thu Jun 14 01:13:40 EDT 2012


On Thu, Jun 14, 2012 at 10:34 AM, siddharth saxena
<siddharthsaxena1989 at gmail.com> wrote:
> Hi all
>
> I need help with an issue.
> I have written a touch driver for a device and used the flag
> IRQF_TRIGGER_LOW to request irq.
> Now, when I boot the device, the touch interrupts are coming already without
> touching the screen.
> Continuous interrupts are occurring without any touch.
try disabling the interrupt after you do request_irq and once you are
ready to handle
interrupts you can enable it.
>
>
>
> --
> Regards
> Siddharth Saxena
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



More information about the Kernelnewbies mailing list