Force backend support non-blocking mode ? I don't think it's a good idea.
These work will be done more easily in frontend than backend.
- Original Message -
From:
To:
Sent: Monday, October 30, 2006 8:42 PM
Subject: sane-devel Digest, Vol 16, Issue 34
> Send sane-devel mailing list
Skipped content of type multipart/alternativeFrom yann.morin.1998 at
anciens.enib.fr Sat Aug 26 20:42:11 2006
From: yann.morin.1...@anciens.enib.fr (Yann E. MORIN)
Date: Thu Sep 7 16:04:44 2006
Subject: [sane-devel] [TRANSLATION] French translation update.
Message-ID: <200608262242.11677.yann.mo
- Original Message -
From: "Ren? Rebe"
To: "zf"
Cc: "OrgSane-Devel@Lists. Alioth. Debian."
Sent: Tuesday, August 22, 2006 5:19 PM
Subject: (-)Re: [sane-devel] Image Compression
doesn't support in SANE protocal
> On Aug 22, 200
m>
References: <00df01c6c5b1$a6d22130$4300a...@vp.com>
Message-ID:
On Aug 22, 2006, at 8:10 AM, zf wrote:
> I found no image compression support is added in SANE. When
> scanning with high resolutions such 600 x 600 dpi and uses color
> scan, the result image will be very large!
As I know install a sane backend need two steps:
1. copy libsane-xxx.so.1 into /usr/lib/sane/ and make links as :libsane-xxx.so
2. add new sane backend name into /etc/sane.d/dll.conf
But I found it doesn't work. My backend is not been called.Then I do one
test: rename a backend which ca
;, 1
) = 1
And I still can't see my tips in sane_init.( I wrote "printf("sane_init
\n");" at the first in sane_init code). Is there any steps I missed?? Thanks a
lot~~
- Original Message -
From: "m. allan noah"
To: &quo
rences: <001201c6b61e$25c59e20$4300a...@vp.com>
Message-ID:
On Wed, 2 Aug 2006, zf wrote:
>Hi , all.
>I am a new programmer in linux. I wrote one sane-backend named khf.c .
> When I finished this code, I use gcc compiled sane-backends/frontend/test.c
> and khf.c into one execu