Re: bloc_til_ready in tty driver

2007-02-16 Thread Mockern
Thank you very much >Mockern napsal(a): >> Thanx for your respond, >> >> I did not implement this function in my tty driver. >> >> Does it help to work my driver with cat Linux operation? >> (e.g. cat < ttyS10) > >Help in which way? If you haven't implemented it, it'll behave like there was

Re: bloc_til_ready in tty driver

2007-02-16 Thread Jiri Slaby
Mockern napsal(a): Thanx for your respond, I did not implement this function in my tty driver. Does it help to work my driver with cat Linux operation? (e.g. cat < ttyS10) Help in which way? If you haven't implemented it, it'll behave like there was O_NONBLOCK passed to open() call or

Re: bloc_til_ready in tty driver

2007-02-16 Thread Mockern
Thanx for your respond, I did not implement this function in my tty driver. Does it help to work my driver with cat Linux operation? (e.g. cat < ttyS10) >Mockern napsal(a): >> What for is "bloc_til_ready" function in tty drivers? > >Most drivers waits for hardware to detect carrier and for

Re: bloc_til_ready in tty driver

2007-02-16 Thread Jiri Slaby
Mockern napsal(a): What for is "bloc_til_ready" function in tty drivers? Most drivers waits for hardware to detect carrier and for closed callout. regards, -- http://www.fi.muni.cz/~xslaby/Jiri Slaby faculty of informatics, masaryk university, brno, cz e-mail: jirislaby gmail com,

Re: bloc_til_ready in tty driver

2007-02-16 Thread Jiri Slaby
Mockern napsal(a): What for is bloc_til_ready function in tty drivers? Most drivers waits for hardware to detect carrier and for closed callout. regards, -- http://www.fi.muni.cz/~xslaby/Jiri Slaby faculty of informatics, masaryk university, brno, cz e-mail: jirislaby gmail com,

Re: bloc_til_ready in tty driver

2007-02-16 Thread Mockern
Thanx for your respond, I did not implement this function in my tty driver. Does it help to work my driver with cat Linux operation? (e.g. cat ttyS10) Mockern napsal(a): What for is bloc_til_ready function in tty drivers? Most drivers waits for hardware to detect carrier and for closed

Re: bloc_til_ready in tty driver

2007-02-16 Thread Jiri Slaby
Mockern napsal(a): Thanx for your respond, I did not implement this function in my tty driver. Does it help to work my driver with cat Linux operation? (e.g. cat ttyS10) Help in which way? If you haven't implemented it, it'll behave like there was O_NONBLOCK passed to open() call or

Re: bloc_til_ready in tty driver

2007-02-16 Thread Mockern
Thank you very much Mockern napsal(a): Thanx for your respond, I did not implement this function in my tty driver. Does it help to work my driver with cat Linux operation? (e.g. cat ttyS10) Help in which way? If you haven't implemented it, it'll behave like there was O_NONBLOCK passed