[sane-devel] Dimension ranges

2002-05-03 Thread Oliver Rauch
Hello Dave, the backend should not use the length unit pixel when it can use the length unit millimeters. The lngth unit pixle e.g. is for digital cameras and other devices that do not use or know about a resolution. Bye Oliver Dave Close wrote: > > Henning Meier-Geinitz wrote: > >I see. I don

[hpoj-devel] [sane-devel] xsane infinite recursion

2002-05-03 Thread David Paschal
Oliver Rauch wrote: > David Paschal wrote: > > Or did you mean to say that the backend uses "int" instead of "float"? :-) > > > > So if the float->int round-up is the problem, then I should change the > > backend to use SANE_TYPE_FIXED(=2) for the geometry options fix this > > problem. > > This

[sane-devel] Handling buttons

2002-05-03 Thread Oliver Rauch
Dave Close wrote: > > I need to include some options of type BUTTON in a new backend. These are > for things like calibration which take a significant time to complete. > When I use scanimage as a test, it always goes ahead and attempts a scan > when those options are specified. Other than using a

[sane-devel] ANN: New backend for Tevion MD9693/Medion MD9705

2002-05-03 Thread mh
Hi, the first version of the backend is available here: http://www.angelfire.com/linux/crapsite/ This backend will probably also work with the Artec E+ 48U (untested). Features: Scan-modes: gray/color Bitdepth: 8/16 bit per channel Resolutions: 50,100,200,300,600 dpi Please note: I still don't k

[sane-devel] Dimension ranges

2002-05-03 Thread Dave Close
Henning Meier-Geinitz wrote: >I see. I don't like counting starting by 0 :-) SANE permits the boundaries of a scan to be expressed in whatever units the backend supports. Many support standard units like millimeters or inches. Some support actual pixels. But I'm a little confused about how to thin

[sane-devel] Handling buttons

2002-05-03 Thread Dave Close
I need to include some options of type BUTTON in a new backend. These are for things like calibration which take a significant time to complete. When I use scanimage as a test, it always goes ahead and attempts a scan when those options are specified. Other than using a different, possibly home-gro

[sane-devel] (no subject)

2002-05-03 Thread abel deuring
V K wrote: > > Ok, herewith I join the long list of people having this trouble. > > Scanner: HP Scanjet 4P, SCSI > card: Buslogic BT-54xC (ISA) > SuSE Linux 7.3 i386 > sane 1.0.5 from the distribution > host CPU: P-III 450 > > > uname -a > Linux ruru 2.4.16-4GB #1 Mon Apr 15 08:57:26 GMT 2002 i

[sane-devel] building sane-frontends on OS/2

2002-05-03 Thread Henning Meier-Geinitz
Hi, On Fri, May 03, 2002 at 12:05:52AM +0200, Franz Bakan wrote: > To build I have to > > 1. add '#define HAVE_VSYSLOG 1' to sane-frontends/include/sane/config.h > 2. add '-llibsane -lsyslog -lpthreads -lsocket' to 'LIBS =' in > sane-frontends/src/Makefile libsane should be automatically dete

[sane-devel] segfault

2002-05-03 Thread Henning Meier-Geinitz
Hi, On Thu, May 02, 2002 at 11:12:04PM -0400, Vladimir Dergachev wrote: > System: PIII-500mhz, One unsupported (yet) USB scanner. No supported usb > scanners. scanimage segfaults, gdb trace at the bottom of this e-mail. This one doesn't look like the usual crash in libusb. Nevertheless, please ch

[sane-devel] (no subject)

2002-05-03 Thread V K
Ok, herewith I join the long list of people having this trouble. Scanner: HP Scanjet 4P, SCSI card: Buslogic BT-54xC (ISA) SuSE Linux 7.3 i386 sane 1.0.5 from the distribution host CPU: P-III 450 > uname -a Linux ruru 2.4.16-4GB #1 Mon Apr 15 08:57:26 GMT 2002 i686 unknown > cat /proc/scsi/scsi

[sane-devel] segfault

2002-05-03 Thread Tim Waugh
--2fSbKhQ/kwrfWINy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, May 02, 2002 at 11:12:04PM -0400, Vladimir Dergachev wrote: > Program received signal SIGSEGV, Segmentation fault. > sane_sm3600_init (version_code=0xb278, authCB=0x8049270 > ) > at sm3600.c:

[sane-devel] segfault

2002-05-03 Thread Vladimir Dergachev
On Fri, 3 May 2002, Tim Waugh wrote: > On Thu, May 02, 2002 at 11:12:04PM -0400, Vladimir Dergachev wrote: > > > Program received signal SIGSEGV, Segmentation fault. > > sane_sm3600_init (version_code=0xb278, authCB=0x8049270 > > ) > > at sm3600.c:384 > > 384 DBG(DEBUG_JUNK,

[sane-devel] Feature freeze for sane-1.0.8 active

2002-05-03 Thread Oliver Rauch
Hello. Feature freeze for sane-1.0.8 is active. It is not allowed to add any new features to the CVS of sane. Allowed changes are bugfixes and documentation changes!!! - Code freeze is planned for may 21. - Release of sane-1.0.8 is planned for may 27. A sane CVS snapshot from 2002-05-02 can be

[sane-devel] building sane-frontends on OS/2

2002-05-03 Thread
Hi, The sane-frontends build on OS/2 but I still have to make some small manual modifications. To build I have to 1. add '#define HAVE_VSYSLOG 1' to sane-frontends/include/sane/config.h 2. add '-llibsane -lsyslog -lpthreads -lsocket' to 'LIBS =' in sane-frontends/src/Makefile -lsocket is nee