[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] 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] segfault

2002-05-03 Thread Vladimir Dergachev
Hopefully this would be of use to somebody. System: PIII-500mhz, One unsupported (yet) USB scanner. No supported usb scanners. scanimage segfaults, gdb trace at the bottom of this e-mail. best Vladimir Dergachev

[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 auth_callback) at

[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 detected

[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 i686 unknown

[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

[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

[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

[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

[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 would solve the