Re: [PATCH] bsg: fix a blocking read bug
Thanks! bsg now waits for a response. Dan FUJITA Tomonori To No Phone Info
bidi bsg is non-blocking
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