> driver_poll()
> poll_wait(wait_queue, poll_table)
> return poll_mask
>
> poll_wait() will add the current process to given
> wait_queue. To
> asynchronously signal some data ready condition, use
> something like
> wake_up_interruptible().
Thanks a lot Swapnil. I could not figure this out
anyhow.
n_tty_receive_buf() function calls kill_fasync() and
wake_up_interruptible().
where are these signals going and what are they
waking up?
Thanks
Rupesh
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
--
______________________________________________________________________
Pune GNU/Linux Users Group Mailing List: ([email protected])
List Information: http://plug.org.in/mailing-list/listinfo/plug-mail
Send 'help' to [EMAIL PROTECTED] for mailing instructions.