March 29, 2024, 05:51:57 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: poll() in tty Linux driver  (Read 4053 times)

Offline metso777

  • New Member
  • Posts: 1
poll() in tty Linux driver
« 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