[sane-devel] Problem with CanoScan N656U & Mac OS X 10.3.3
Onizuka
onizuka6 at katamail.com
Tue Apr 6 13:25:33 BST 2004
>Try this patch instead. It only closes the write end of the pipe,
>and not both as the previous one.
>
> Mattias
>
>
>diff -ur sane-backends.orig/backend/plustek.c sane-backends/backend/plustek.c
>--- sane-backends.orig/backend/plustek.c 2004-01-09
>15:24:30.000000000 +0100
>+++ sane-backends/backend/plustek.c 2004-04-06 11:54:39.000000000 +0200
>@@ -443,6 +443,9 @@
> return SANE_STATUS_IO_ERROR;
> }
>
>+ close( scanner->w_pipe );
>+ scanner->w_pipe = -1;
>+
> DBG( _DBG_PROC, "reader_process: finished reading data\n" );
> return SANE_STATUS_GOOD;
> }
Great! With this patch it works!!
Just in time for the 1.0.14 :-)
Thank you!
Gianfranco
P.S. I dint know why but the direct reply got this error...
- These recipients of your message have been processed by the mail server:
mattias.ellert at tsl.uu.se; Failed; 5.1.1 (bad destination mailbox address)
Remote MTA smtp1.uu.se: SMTP diagnostic: 550 Service unavailable;
SPAM Alert; Client host [193.70.192.33] blocked by bl.spamcop.net
More information about the sane-devel
mailing list