It appears you have not registered with our community. To register please click here ...

Author Topic: poll() in tty driver  (Read 1896 times)

metso777

  • Newbie
  • *
  • Posts: 1
  • Karma: +10/-0
    • View Profile
    • Email
poll() in tty driver
« on: November 18, 2006, 02:08:09 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

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
2350 Views
Last post August 22, 2005, 03:44:42 PM
by zelo
3 Replies
2009 Views
Last post September 14, 2005, 11:15:18 AM
by dynaweb
2 Replies
2623 Views
Last post June 14, 2006, 03:23:30 AM
by XPd
1 Replies
1953 Views
Last post January 18, 2007, 12:57:55 PM
by ctwjr