[sane-devel] Changes in saned

2008-04-11 Thread Franz Bakan
On Thu, 10 Apr 2008 12:29:46 +0200, Julien BLACHE wrote: saned.c:2458: warning: implicit declaration of function `daemon' ... It's a BSD (4.4) function, I'll replace that with an equivalent code snippet shortly. Thanks! Now it compiles again. Franz

[sane-devel] a wish list for SANE improvements

2008-04-11 Thread Étienne Bersac
Hi, - more well known-options I'd include more well-knonw sensor option like in fujitsu backend. +1 for the entire wishlist. ?tienne.

[sane-devel] Is it possible with sane? (newbie question) - Please help

2008-04-11 Thread ratnavel ps
part -- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20080411/762d49d8/attachment.htm

[sane-devel] a wish list for SANE improvements

2008-04-11 Thread Alessandro Zummo
On Thu, 10 Apr 2008 21:33:50 +0200 stef stef.dev at free.fr wrote: Hello, since the general mood is improving SANE without breaking everything, here's my wishlist: While I DO agree on the matter, I haven't noticed the general mood was that one, otherwise I wouldn't ever

[sane-devel] a wish list for SANE improvements

2008-04-11 Thread stef
Le Friday 11 April 2008 08:35:35 Alessandro Zummo, vous avez ?crit?: On Thu, 10 Apr 2008 21:33:50 +0200 stef stef.dev at free.fr wrote: Hello, since the general mood is improving SANE without breaking everything, here's my wishlist: While I DO agree on the matter, I haven't

[sane-devel] a wish list for SANE improvements

2008-04-11 Thread Alessandro Zummo
On Fri, 11 Apr 2008 11:19:10 +0200 stef stef.dev at free.fr wrote: I get this impression from the few persons that expressed their opinions recently. However, some will only tolerate a SANE_FRAME_RGBI and SANE_FRAME_JPEG, others will accept more things. This is why I sent this

[sane-devel] Changes in saned

2008-04-11 Thread Julien BLACHE
Franz Bakan fbakan at gmx.net wrote: Hi, It's a BSD (4.4) function, I'll replace that with an equivalent code snippet shortly. Thanks! Now it compiles again. Good, thanks :) More changes to come tonight, though it's new, optional code. Stay tuned :-) Thanks, JB. -- Julien BLACHE

[sane-devel] Is it possible with sane? (newbie question) - Please help

2008-04-11 Thread m. allan noah
SANE is written in C, and is compiled to a system-specific shared lib. Ask the RoR guys if they can load libsane. allan On 4/11/08, ratnavel ps ratnavelps at gmail.com wrote: Hi, I'm a ruby on rails developer, I have a requirement to integrate a scanner or any twain compliant device to my

[sane-devel] Re : LiDE 90 Half CCD

2008-04-11 Thread Guillaume Gastebois
Hello, Guillaume Gastebois schrieb: Hello, I see in genesys_gl841.c line 2503 : /* gpio part. here: for canon lide 35 */ r = sanei_genesys_get_address (reg, 0x6c); if (half_ccd) r-value = ~0x80; else r-value |= 0x80; I modified this in : /* gpio part. here: for

[sane-devel] More saned stuff: mDNS DNS-SD feature for saned and net backend

2008-04-11 Thread Julien BLACHE
Hi, For those here not following sane-commits, this just went in: Date: Friday, April 11, 2008 @ 17:18:19 Author: jblache Add mDNS DNS-SD support to saned and the net backend so they can announce and discover each other automatically. Optional at configure time, requires Avahi =

[sane-devel] Is it possible with sane? (newbie question) - Please help

2008-04-11 Thread Jon Chambers
Hi Ratnavel, If you have reasonable familiarity with C programming then there are rather convenient ways to directly call into shared libs from ruby (via the dl module). Therefore it should be possible to interface to SANE backends direct from ruby. Probably easier to write a wrapper around