Click to See Complete Forum and Search --> : poll & select in device driver


cahoosier
12-06-2001, 06:09 PM
I am a novice device driver builder. I need to have my driver respond to select/pselect calls. I have read where the select support is done via poll in 2.4.x. My question, how do I get driver to respond to the select/pselect calls?

Tony Holzer