Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Kernel => Topic started by: metso777 on November 18, 2006, 08:19:14 PM

Title: poll() in tty Linux driver
Post by: metso777 on November 18, 2006, 08:19:14 PM
Hi,

I need to implement poll function in my Linux tty driver,
to support poll/select functions in user space.

I have no idea, how to use poll() function in my tty driver, since tty_operations does not support poll function, like file_operations.

Have you any idea, how can I provide in my tty driver supporting poll/select in user level application?

Thank you