Re: USB, select/poll for ucom

From: M. Warner Losh (imp_at_bsdimp.com)
Date: 06/25/03

  • Next message: Danny Braniss: "Re: USB, select/poll for ucom"
    Date: Wed, 25 Jun 2003 09:42:25 -0600 (MDT)
    To: danny@cs.huji.ac.il
    
    

    : while trying to port an application that works with tty to uplcom/ucom,
    : (and it doesn't work :-), and looking at the kernel sources and
    : trying to figure out USB, i think that select(2)/poll(2) will not work,
    : correct?

    I'm able to use ppp with umodem/ucom. My brother uses ulpcom/ucom for
    his ppp needs. I'm pretty sure that select is involved. :-)

    >From what I can see in the code, I'd expect that it would work because
    the ttypoll routine is specified for the poll routine. Why do you
    think it wouldn't work?

    Warner
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Danny Braniss: "Re: USB, select/poll for ucom"

    Relevant Pages

    • USB, select/poll for ucom
      ... and looking at the kernel sources and ... trying to figure out USB, i think that select/pollwill not work, ... To unsubscribe, ...
      (freebsd-hackers)
    • Re: USB, select/poll for ucom
      ... :> the ttypoll routine is specified for the poll routine. ... the readhas to be initiated by the host, but my knowledge of usb is close ... to zero - it was zero 2 days ago, but still looking for some better docs, and ... into the tty buffer. ...
      (freebsd-hackers)