[sane-devel] Epson Perfection 1650 on FreeBSD

2002-01-24 Thread Stephen Torri
Just out of curiosity you have your dev links as /dev/uscanner0 Do you have a USB scanner? Do you want: /dev/usbscanner or /dev/usbscanner0? Do these links exist? Sounds silly but I did it once. Stephen -- Stephen Torri Washington University Department of Computer Science Email: sto

[sane-devel] Re: Question regarding compiler warnings in sane-backends/sanei

2001-12-07 Thread Stephen Torri
On Thu, 6 Dec 2001, Henning Meier-Geinitz wrote: > > If we are changing the value of name then it makes sense to do the > > later. Vice versa. > > What you can do, is to use copies of v->name. I've done this in the > mustek backend to avoid similar warnings. > So you just send the variable by i

[sane-devel] Question regarding compiler warnings in sane-backends/sanei

2001-12-05 Thread Stephen Torri
Sat, 1 Dec 2001, Henning Meier-Geinitz wrote: > Hi, > > On Fri, Nov 30, 2001 at 11:24:10PM -0500, Stephen Torri wrote: > > * Fri Nov 30 2001 Stephen Torri 1.0.6 (CVS) > > - removed warning: `dev_io_fd' defined but not used. Variable > > used only by FreeBSD. Adde

[sane-devel] Unused variable (sane-backend/sanei/sanei_pio.c)

2001-11-30 Thread Stephen Torri
Curious question. Inside sanei_pio.c there is a function called pio_wait. Its suppose to return an int if the two boolean comparisons are true. If there is nothing at the end of all the polls due to a time out there is no int returned. The logic is not complete. We should return an integer in bot

[sane-devel] [PATCH] Sane-1.0.6/sane-backends/sanei/sanei_ab306.c

2001-11-30 Thread Stephen Torri
System: Redhat 7.2 GCC: 2.96-98 Changlog * Fri Nov 30 2001 Stephen Torri 1.0.6 (CVS) - removed warning: `dev_io_fd' defined but not used. Variable used only by FreeBSD. Added test for FreeBSD. Index: sanei_ab306.c === RCS

[sane-devel] Sane-1.0.6 Testsuite (Failure)

2001-11-30 Thread Stephen Torri
On Fri, 30 Nov 2001, Henning Meier-Geinitz wrote: > Hi, > > On Fri, Nov 30, 2001 at 12:12:55AM -0500, Stephen Torri wrote: > > I compiled Sane-1.0.6 with the debug information turned on: > > > > CFLAGS="-g -O -Wall" .configure --disabled-shared --prefix=/usr

[sane-devel] Sane-1.0.6 Testsuite (Failure)

2001-11-30 Thread Stephen Torri
I compiled Sane-1.0.6 with the debug information turned on: CFLAGS="-g -O -Wall" .configure --disabled-shared --prefix=/usr It compiled successfully but it fails during the testsuite. It reports the following executing "make test": if ../frontend/scanimage -d pnm:0 --filename=testfile.pnm -T &&