Hi all, 1. What is the difference between schedule() and wait_event_interruptible_timeout execpt for the fact that wait_event_interruptible_timeout will also respond to a timeout period? Are both not meant to put to sleep the user process that call them until they are woken up by the event( in case of wait_event_interruptible_timeout) and the scheduler (in case of scheduler) ? My concern comes from the idea that I want to modify my videobuf_waiton in the V4L2 driver's DQBUF call to also respond to a timeout in case the HW isnt getting any signals. Thanx Sundar -- _____________________________________________________________________ Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email. __________________________________________________________________________ -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ