[sane-devel] Re: mac osx w/ epson backend status
Beat Birkhofer
beat.birkhofer@ilw.agrl.ethz.ch
Thu, 13 Feb 2003 10:34:44 +0100
> I hope to first get a definitive answer where this thread belongs, to
>sane-devl or to libusb-devel.
Good question.
> o What reports of mac osx success with sane have been made?
I have the plustek backend running but I had to replace the child
process with a pthread. This is currently no-good.
The epson backend doesn't fork (according grep) thus it should work in theory.
> o What reports of success with libusb w/ mac osx have been made?
If there's a pipe-stall on bulk write the libusb returns an error.
Both, libusb and sane, don't try to clear the pipe stall (plustek
backend). It's quite easy to find out by placing additional debugging
logs in the libusb code.
Regards
Beat H.