[sane-devel] Sample code for Scanning

2009-01-12 Thread rohit bal
: http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090112/d93ad410/attachment.htm

[sane-devel] Scanning for fax - resolution problem

2009-01-12 Thread Frank Millman
Frank Millman wrote: Hi all I have got a scanner and fax modem working perfectly on Windows. I am trying to move them over to a new Fedora 10 server, using sane (scanimage version 1.0.19) and hylafax+ (version 5.2.8). I am battling with getting a suitable tiff file for faxing.

[sane-devel] How best to distribute the m4 directory?

2009-01-12 Thread m. allan noah
On Sun, Jan 11, 2009 at 9:01 PM, Chris Bagwell chris at cnpbagwell.com wrote: Hi all, I notice one of Fedora's patches against sane-backends-1.0.19.tar.gz is that they add back in the m4/ directory that is in CVS but not packaged by make dist. Thats because they need to rerun autoreconf to

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
Dieter Jurzitza dieter.jurzitza at t-online.de wrote: Hi, A patch modifying the currently known .desc files in accordance (only epson.desc and hp.desc for now) is attached, too. No problem with that patch. The scsi bus is now treated in the same manner as the usb bus with regard to hal

[sane-devel] How best to distribute the m4 directory?

2009-01-12 Thread Chris Bagwell
m. allan noah wrote: On Sun, Jan 11, 2009 at 9:01 PM, Chris Bagwell chris at cnpbagwell.com wrote: I'd like to help resolve this issue but need some direction from whomever looks over the make infrastructure the most. I see a few basic options. #2 and #3 are my preferences. 1) Follow

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
Dieter Jurzitza dieter.jurzitza at t-online.de wrote: Hi, + printf (\nLABEL=\libsane_usb_rules_end\\n); + printf (\nSUBSYSTEMS!=\scsi\, GOTO=\libsane_scsi_rules_end\\n); + printf (LABEL=\libsane_scsi_rules_begin\\n); + printf (# anything with device-id \6\ in the SCSI-system is a

[sane-devel] How best to distribute the m4 directory?

2009-01-12 Thread m. allan noah
On Mon, Jan 12, 2009 at 9:32 AM, Chris Bagwell chris at cnpbagwell.com wrote: m. allan noah wrote: On Sun, Jan 11, 2009 at 9:01 PM, Chris Bagwell chris at cnpbagwell.com wrote: I'd like to help resolve this issue but need some direction from whomever looks over the make infrastructure the

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread m. allan noah
On Mon, Jan 12, 2009 at 9:37 AM, Julien BLACHE jb at jblache.org wrote: Dieter Jurzitza dieter.jurzitza at t-online.de wrote: Hi, + printf (\nLABEL=\libsane_usb_rules_end\\n); + printf (\nSUBSYSTEMS!=\scsi\, GOTO=\libsane_scsi_rules_end\\n); + printf (LABEL=\libsane_scsi_rules_begin\\n);

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
A non-text attachment was scrubbed... Name: sane-desc_SCSI.patch Type: text/x-diff Size: 17518 bytes Desc: sane-desc SCSI scanners Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090112/749d440b/attachment.patch

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
m. allan noah kitno455 at gmail.com wrote: Hi, + printf (# anything with device-id \6\ in the SCSI-system is a scanner.\n); There's no way generic rules like that are going in, because it's a given that they'll end up breaking something on users' systems down the road. Julien- I think

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread m. allan noah
On Mon, Jan 12, 2009 at 10:47 AM, Julien BLACHE jb at jblache.org wrote: m. allan noah kitno455 at gmail.com wrote: Hi, + printf (# anything with device-id \6\ in the SCSI-system is a scanner.\n); There's no way generic rules like that are going in, because it's a given that they'll end

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread m. allan noah
On Mon, Jan 12, 2009 at 10:51 AM, m. allan noah kitno455 at gmail.com wrote: On Mon, Jan 12, 2009 at 10:47 AM, Julien BLACHE jb at jblache.org wrote: m. allan noah kitno455 at gmail.com wrote: Hi, + printf (# anything with device-id \6\ in the SCSI-system is a scanner.\n); There's no

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
m. allan noah kitno455 at gmail.com wrote: Oh- and Dieter, we'll need patches for hp.desc and epson/epson2.desc that add the :scsi line where required and known. We have that already :) (for hp epson, not epson2) JB. -- Julien BLACHE http://www.jblache.org

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Dieter Jurzitza
Size: 894 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090112/9587ed9a/attachment.patch

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
Dieter Jurzitza dieter.jurzitza at t-online.de wrote: Hi, first of all: many thanks that you took the burden and scan my output and take the time. I value that very much. Good that you'll check it in as I really do not need write access here, I just didn't want sit on anyones back!

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Dieter Jurzitza
Hi Julien, Guarding the defines will just hide bugs if that name is used for something else by one of the headers included. Given that it's a ok. Can live with that. It still works if you forcibly overrun, so people can decide how to proceed here. The missing support for scsi-scanners

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Julien BLACHE
Dieter Jurzitza dieter.jurzitza at t-online.de wrote: Hi, The missing support for scsi-scanners generically promoting themselves as scanners is intentional. _THIS_ one should really go into the hal-package, it shouldn't settle within sane because - well, if you know it is a scanner, it's

[sane-devel] XP200 status update

2009-01-12 Thread stef
Hello, I have uploaded at http://stef.dev.free.fr/sane/genesys/index.html a new experimental version that brings uncalibrated scan support for 75, 100, 200, 300 and 600 dpi color and gray scans. The next step is to add calibration. This version may fix the bug

[sane-devel] patch for sane-desc.c / support for descfiles / modifications

2009-01-12 Thread Dieter Jurzitza
: sane-desc.c.forjulien.patch Type: text/x-diff Size: 19532 bytes Desc: not available Url : http://lists.alioth.debian.org/pipermail/sane-devel/attachments/20090112/5aefe608/attachment-0001.patch -- next part -- A non-text attachment was scrubbed... Name: sane

[sane-devel] How best to distribute the m4 directory?

2009-01-12 Thread m. allan noah
Sounds good. Chris- can you coordinate with Olaf to do something similar with sane's copy of ltmain? allan On Mon, Jan 12, 2009 at 7:43 PM, Olaf Meeuwissen olaf.meeuwissen at avasys.jp wrote: m. allan noah kitno455 at gmail.com writes: [switching sane build system to autotools] You (and

[sane-devel] How best to distribute the m4 directory?

2009-01-12 Thread Chris Bagwell
Ah yes, I hadn't thought about looking at iscan source code yet; although I'd recently installed the binary to play with on my new Epson Artisan 800. I just looked at iscan now and it is indeed a great starting point for this task and I like the diff approach to ltmain.sh Olaf, if you have