kill_fasync question

From: Anil kumar
Date: Tue Aug 19 2008 - 22:09:59 EST


Hi,

I know we can use kill_fasync( ) to send signal the user process that data has arrived and maybe by using like ioctl method the user process can get the event data(buffer).

Question:
Is there any way wherein we can send event data(buffer) back to the user process.
kill_fasync( ) takes three parameters async_queue, SIGIO, band.
What I am looking is not only that the driver to signal the user process that data has arrived, but also can send the data back.
-or-
kill_fasync is used only to notify the user process.

Thanks for your help in advance.

With regards,
Anil



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/