Re: [PATCH] bsg: fix a blocking read bug

2007-05-08 Thread Daniel . E . Messinger
Thanks! bsg now waits for a response. Dan FUJITA Tomonori To No Phone Info

bidi bsg is non-blocking

2007-05-07 Thread Daniel . E . Messinger
Greetings to all, I'm attempting to use the bidi variant of bsg to talk to an OSD target device. I've run into an undesirable situation. My application has a free-running receive loop (doing a read() on the bsg device) waiting for responses to commands sent to bsg by another thread. The problem