Gpio interrupt shall pass the signal to application

devendra.aaru devendra.aaru at gmail.com
Sat Oct 6 08:45:30 EDT 2012


On Sat, Oct 6, 2012 at 4:20 AM, jeshwanth Kumar N K
<jeshkumar555 at gmail.com> wrote:
> Hello All,
>
> I am writing a kernel module that shall pass the signal to application
> running in user space. So which signal i should use? And how to achieve
> this? Thank you.
>
if any interrupt comes wake up a workqueue or a wait queue and
interrupt the poll wait.

that makes your application wakeup from a select.
> Sent from my HTC
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



More information about the Kernelnewbies mailing list