[sane-devel] test backend

2018-03-30 Thread Jeff
I know about the test backend, and it is very useful. However, it cannot cover every combination of option type/reload that is out in the wild. I often have to spend hours mocking up a backend from a log file to be able to reproduce a bug in gscan2pdf, in order then to be able to fix it. It woul

[sane-devel] Test of HP ScanJet N6310

2016-08-19 Thread Peter Watson
Hi, I recently acquired a HP ScanJet N6310 (for cheap, yea!) and I've been trying to get it to work with my Arch Linux desktop. I haven't made much progress. Here's what I've done: % scanimage -L > device `genesys:libusb:002:009' is a Hewlett Packard ScanJet N6310 flatbed > scanner > > % scani

[sane-devel] Test email to sane-devel

2013-11-20 Thread m. allan noah
Alioth (which hosts sane) has been down due to massive disk failure on Nov 11. It appears that mailing lists are back up, but not our website. allan -- "The truth is an offense, but not a sin"

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-02-07 Thread Adrian Glaubitz
On Feb 7, 2011, at 6:54 PM, Adrian Glaubitz wrote: >>> The script expects log from this tool: >>> http://www.pcausa.com/Utilities/UsbSnoop/ >> >> Ok, so I could actually even perform it on a real Windows machine? >> >> In any case, I have something for the weekend now ;). > > I'm working o

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-02-07 Thread Adrian Glaubitz
Hi Stef, On Jan 20, 2011, at 9:20 PM, Adrian Glaubitz wrote: > > On Jan 20, 2011, at 9:15 PM, stef wrote: > >>> >>> Sounds pretty feasible. Thanks for these scripts. I actually have a Windows >>> XP installation running on a Linux kvm host. I just need to setup usbmon >>> in the kernel and I s

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread Adrian Glaubitz
On Jan 20, 2011, at 9:15 PM, stef wrote: >> >> Sounds pretty feasible. Thanks for these scripts. I actually have a Windows >> XP installation running on a Linux kvm host. I just need to setup usbmon >> in the kernel and I should be able to gather some data. > > The script expects log from

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread stef
Le Thursday 20 January 2011 21:09:51 Adrian Glaubitz, vous avez ?crit : > Hi Stef, > > On Jan 20, 2011, at 9:06 PM, stef wrote: > > the way I do this is to record USB activity while doing a scan under > > > > windows, then decode this log with the appended scripts. Unpacked them in > > a dire

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread Adrian Glaubitz
Hi Stef, On Jan 20, 2011, at 9:06 PM, stef wrote: > the way I do this is to record USB activity while doing a scan under > windows, then decode this log with the appended scripts. Unpacked them in a > directory. They are run through the decode.sh shell script. Sounds pretty feasible. Than

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread stef
Le Thursday 20 January 2011 20:35:32 Adrian Glaubitz, vous avez ?crit : > Hi Stef, > > On Jan 20, 2011, at 7:01 AM, stef wrote: > > I have just updated the genesys backend to include the 100 dpi scan > > > > patch. I have also cleaned up the resolution list and internal values > > matching th

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread Adrian Glaubitz
Hi Stef, On Jan 20, 2011, at 7:01 AM, stef wrote: > > I have just updated the genesys backend to include the 100 dpi scan > patch. I have also cleaned up the resolution list and internal values > matching > them so that no more modes give 'invalid argument' error. What is left to do >

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-20 Thread stef
Le Wednesday 19 January 2011 16:36:42 Adrian Glaubitz, vous avez ?crit : > Hi Andrey, > > just wanted to let you know that I can confirm that your changes work, I > can now scan perfectly at 100 dpi without any distortions. I also tried > playing around with the parameters for the other resolution

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-19 Thread Adrian Glaubitz
Hi Andrey, just wanted to let you know that I can confirm that your changes work, I can now scan perfectly at 100 dpi without any distortions. I also tried playing around with the parameters for the other resolutions but so far that didn't yield any sensible results, unfortunately. Btw, whenever

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-18 Thread Andrey Afletdinov
Hi! 100 dpi wroked with next changes: --- genesys_gl646.h +++ genesys_gl646.h @@ -555,11 +555,11 @@ /* HP2400/G2410 motor settings base motor dpi = 600 */ {MOTOR_HP2400, 50, SANE_TRUE , 50, HALF_STEP, SANE_FALSE, SANE_FALSE, 63, 4, 1382, 800, 192, 4905, 337, 0.30, 0.4, 192}, - {MOTO

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-18 Thread Adrian Glaubitz
On Jan 18, 2011, at 1:41 AM, Andrey Afletdinov wrote: > Hi! > 100 dpi wroked with next changes: > > --- genesys_gl646.h > +++ genesys_gl646.h > @@ -555,11 +555,11 @@ > (snip) You guys are just awesome, that's why I love open source. Thanks a lot! It's just some much fun to be part of it. Wow.

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-17 Thread stef
Le Monday 17 January 2011 11:03:39 Adrian Glaubitz, vous avez ?crit : > Hi Stef, > > On Jan 17, 2011, at 6:32 AM, stef wrote: > > Le Sunday 16 January 2011 21:00:41 Adrian Glaubitz, vous avez ?crit : > >> On Jan 16, 2011, at 3:21 PM, Adrian Glaubitz wrote: > >>> I have made several test scans and

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-17 Thread Adrian Glaubitz
Hi Stef, On Jan 17, 2011, at 6:32 AM, stef wrote: > Le Sunday 16 January 2011 21:00:41 Adrian Glaubitz, vous avez ?crit : >> On Jan 16, 2011, at 3:21 PM, Adrian Glaubitz wrote: >>> I have made several test scans and uploaded the results into a folder >>> at the university, please find them here [

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-17 Thread stef
Le Sunday 16 January 2011 21:00:41 Adrian Glaubitz, vous avez ?crit : > On Jan 16, 2011, at 3:21 PM, Adrian Glaubitz wrote: > > I have made several test scans and uploaded the results into a folder > > at the university, please find them here [2]. I am also going to place > > a reference scan at 30

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-16 Thread Adrian Glaubitz
On Jan 16, 2011, at 3:21 PM, Adrian Glaubitz wrote: > I have made several test scans and uploaded the results into a folder > at the university, please find them here [2]. I am also going to place > a reference scan at 300dpi, color with the Windows software since > scanning color images with SAN

[sane-devel] Test report of HP ScanJet G2410 (genesys)

2011-01-16 Thread Adrian Glaubitz
Hi, I have come across an "HP ScanJet G2410" scanner (03f0:0a01) at work which I have connected to my Debian Squeeze box to scan some pages (I was tired of having to scan under Windows where the scanner usually is connected at my work place). Anyway, since this scanner is not yet fully supported

[sane-devel] Test application

2010-03-26 Thread Yevgeny Gromov
Hi! It's recommended to write a test application while implementing support for new hardware in SANE, because it's much easier to debug then library. Can anyone give a link to such application? And how can I force sane applications to use libraries in /usr/local (modified) instead of system ones

[sane-devel] Test application

2010-03-26 Thread stef
Le vendredi 26 mars 2010 13:47:17 Yevgeny Gromov, vous avez ?crit : > Hi! > It's recommended to write a test application while implementing support for > new hardware in SANE, because it's much easier to debug then library. > Can anyone give a link to such application? > > And how can I force sane

[sane-devel] Test application

2010-03-26 Thread m. allan noah
On Fri, Mar 26, 2010 at 8:47 AM, Yevgeny Gromov wrote: > Hi! > It's recommended to write a test application while implementing support for > new hardware in SANE, because it's much easier to debug then library. > Can anyone give a link to such application? I usually just start with one of the li

[sane-devel] test

2010-02-08 Thread François Patte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 test ignore - -- Fran?ois Patte UFR de math?matiques et informatique Universit? Paris Descartes 45, rue des Saints P?res F-75270 Paris Cedex 06 T?l. +33 (0)1 4286 2145 http://www.math-info.univ-paris5.fr/~patte -BEGIN PGP SIGNATURE- Version: G

[sane-devel] Test of MP390 with mp150-0.13.1

2009-10-27 Thread Nicolas Martin
Le mardi 27 octobre 2009 ? 10:41 +0100, vatairethibault at no-log.org a ?crit : > Thanks a lot for your work. And thanks for your feedback about that, knowing that things are working is as much important to us than be informed about new issues Nicolas

[sane-devel] Test of MP390 with mp150-0.13.1

2009-10-27 Thread vatairethiba...@no-log.org
Hi, I downloaded an compiled the last sources of sane-backends from this URL : git://git.debian.org/sane/sane-backends.git. Like mp150-0.13.1.tar.bz2 package, it works well on Pixma MP390 with these resolutions : 75, 150, 300, 600, 1200 DPI, both in color and grey. Thanks a lot for your work. T

[sane-devel] Test of MP390 with mp150-0.13.1

2009-10-19 Thread Nicolas Martin
Hi, Thanks for your feedback about this Pixma, I'll update ASAP the documentation for the MP390. However, the pixma package you are using is now very outdated and unmaintained, why don't you try to install the latest git version, which includes the pixma backend, and give a try with it ? Nicolas

[sane-devel] Test of MP390 with mp150-0.13.1

2009-10-19 Thread thib
Hi, I saw that status is missing for the MP 390. I've managed to get sane/xsane working with my MP390. I did this by compiling the mp150-0.13.1.tar.bz2 package. It works well with these resolutions : 75, 150, 300, 600, 1200 DPI, both in color and grey. Best regards Thibault

[sane-devel] "test" backend broke

2009-02-19 Thread m. allan noah
or they are used, but the resolution is unused? allan On Thu, Feb 19, 2009 at 9:03 AM, Chris Bagwell wrote: > I think this is the interesting part of --help? > > Geometry: > -l 0..200mm (in steps of 1) [0] > Top-left x position of scan area. > -t 0..200mm (in steps of 1) [0] > T

[sane-devel] "test" backend broke

2009-02-19 Thread Chris Bagwell
m. allan noah wrote: > or they are used, but the resolution is unused? > > allan > OK, my fault again... I failed to notice that when I converted sanei directory to automake a few days back that it stopped finding config files. :-( It will be fixed within the day. Need to add reference to $(

[sane-devel] "test" backend broke

2009-02-19 Thread m. allan noah
with a couple week old cvs, when i run your command i get this: > scanimage -d test -T scanimage: scanning image of size 157x196 pixels at 8 bits/pixel scanimage: acquiring gray frame, 8 bits/sample scanimage: reading one scanline, 157 bytes... PASS scanimage: reading one byte... PASS s

[sane-devel] "test" backend broke

2009-02-19 Thread Chris Bagwell
I think this is the interesting part of --help? Geometry: -l 0..200mm (in steps of 1) [0] Top-left x position of scan area. -t 0..200mm (in steps of 1) [0] Top-left y position of scan area. -x 0..200mm (in steps of 1) [80] Width of scan-area. -y 0..200mm (

[sane-devel] "test" backend broke

2009-02-18 Thread Chris Bagwell
Hi all, I was converting the testsuite directory to automake but I noticed in CVS version of sane that the following basic command doesn't work. So not much for me to test right now. frontend/scanimage -d test -T lt-scanimage: scanning image of size 1x1 pixels at 8 bits/pixel lt-scanimage: acq

[sane-devel] Test git repositories available

2009-01-19 Thread Julien BLACHE
Hi, I am making available test git repositories for SANE. They look exactly like the real repositories will look when we do the switch; they're based on CVS 3-4 days ago, and they do NOT track the CVS. *** THESE ARE TEST REPOSITORIES, DON'T USE THEM FOR ANY SERIOUS WORK *** The repositories were

[sane-devel] test backend

2008-09-04 Thread Jeffrey Ratcliffe
2008/9/3 m. allan noah : > actually, if you look at the code, that option is enabled if you set > 'enable-test-options' Absolutely right. Thanks for the info. Regards Jeff

[sane-devel] test backend

2008-09-03 Thread Jeffrey Ratcliffe
In the test backend, the only option with cap & SANE_CAP_AUTOMATIC also has cap & SANE_CAP_INACTIVE. This means that it is impossible to test sane_set_auto. Is this a bug, or am I missing something? Regards Jeff

[sane-devel] test backend

2008-09-03 Thread m. allan noah
actually, if you look at the code, that option is enabled if you set 'enable-test-options' allan On Wed, Sep 3, 2008 at 12:54 PM, m. allan noah wrote: > you would have to inspect the backend to see if there is any code to > deal with that option being in automatic mode. if so, turn it on. > > al

[sane-devel] test backend

2008-09-03 Thread m. allan noah
you would have to inspect the backend to see if there is any code to deal with that option being in automatic mode. if so, turn it on. allan On Wed, Sep 3, 2008 at 9:58 AM, Jeffrey Ratcliffe wrote: > In the test backend, the only option with cap & SANE_CAP_AUTOMATIC > also has cap & SANE_CAP_INA

[sane-devel] test backend

2007-09-06 Thread Étienne Bersac
Hi, As a frontend developer, I'm very interested in such addition to test backend !! Regards, ?tienne. -- E Ultre?a !

[sane-devel] test backend

2007-09-06 Thread Kåre Särs
Hi! While developing a frontend I wanted to handle gamma tables, but I did not have constant access to a scanner providing gamma tables, so I added gamma tables to the test backend. I hope somebody can have use of it. I'm attaching my patch against sane-backends-1.0.18. Regards, K?re S?rs --

[sane-devel] Test Post1

2007-05-25 Thread roger
-- Roger http://www.eskimo.com/~roger/index.html Key fingerprint = 8977 A252 2623 F567 70CD 1261 640F C963 1005 1D61 Fri May 25 13:45:15 PDT 2007

[sane-devel] Test...

2007-03-20 Thread Gerhard Jaeger
pls ignore.

[sane-devel] Test Lexmark X1130

2006-03-01 Thread Fred Odendaal
Thanks for testing it. You can actually adjust the size. This isn't obvious in xsane, which seems to minimize the standard options window by default. If you pop this window open you can select from several different sizes. regards, Fred Odendaal Gonzalo Marcote Pe?a wrote: >... At least the

[sane-devel] Test Drivers

2005-12-18 Thread Henning Meier-Geinitz
Hi, On Sun, Dec 18, 2005 at 06:30:21PM +0530, Jaideep Das wrote: > I am not a developer so if i am sending this mail to a wrong mail list then > please inform me. sane-devel is not only for developers. > The problem i am facing is that I own a CanoScan D646U ex scanner which is > listed as unsup

[sane-devel] Test Drivers

2005-12-18 Thread Jaideep Das
Hello, I am not a developer so if i am sending this mail to a wrong mail list then please inform me. The problem i am facing is that I own a CanoScan D646U ex scanner which is listed as unsupported but there is a test driver for that as stated on your site: http://sane-project.org/unsupported/canon

[sane-devel] test message

2005-06-10 Thread Spiro Angeli
this is a test. please do not reply. Thank you, Spiro

[sane-devel] test results for epson with sane-backends-1.0.14-pre3

2004-04-30 Thread Klaus Dittrich
--qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I tried sane-backends-1.0.14-pre3 with SCSI and USB and an EPSON-1640. With kernel-2.6.6-rc3 and USB I was able to scan using flatbed. But as soon as I add --source "Automatic Document Feeder" I get this mes

[sane-devel] test if sane-dev mailinglist is working again

2004-03-15 Thread Julien BLACHE
gerard klaver wrote: [a test message] Yes, it works again. Sorry for the extended downtime. Alioth has now been moved to its new home, and should be more stable that it was before. I hope it won't have to move again soon. Sorry again, JB. -- Julien BLACHE

[sane-devel] test if sane-dev mailinglist is working again

2004-03-15 Thread gerard klaver
-- -- m.vr.gr. Gerard Klaver

[sane-devel] Test-Backend, pthreads & MacOSX

2004-01-21 Thread Jaeger, Gerhard
Hi, I've changed the test-backend, that way, that the reader-process now terminates, when running as thread. This change should allow to run the test-backend on MacOSX without patching the sanei_thread lib. Mattias, you might can check this. By removing your patch from the MacOSX SANE-version, th

[sane-devel] Test for v4l (video for linux) changed in CVS -- please test!

2003-11-16 Thread Henning Meier-Geinitz
Hi everyone, I've changed the test for the v4l header file (linux/videodev.h) in the current CVS of sane-backends. The v4l backend is now only built if that header is not only found but also compilable. That should workaround a compilation error when the kernel header of Linux 2.6 is used directly

[sane-devel] test

2003-11-02 Thread David Mosberger-Tang

[sane-devel] test

2003-10-26 Thread Henning Meier-Geinitz
Hi, On Sun, Oct 26, 2003 at 10:03:00AM -0400, Dennis Veatch wrote: [test] Please don't send tests to the mailing list. Instead contact me, if something does not work. Bye, Henning

[sane-devel] test

2003-10-26 Thread Dennis Veatch
-- Registered Linux user 193414 http://counter.li.org "Trying"? My contribution was much closer to a "feeble wave in the general direction of something that might lead you one step closer to a solution if you squint really hard and do all of the work."

[sane-devel] test

2003-09-10 Thread David Mosberger-Tang
Please ignore. --david

[sane-devel] Test Message

2002-11-15 Thread Karl F. Larsen
Want to see if this works. -- - Karl Larsen k5di Las Cruces,NM Az ScQRPions -

[sane-devel] Test devices

2002-09-26 Thread Willem de Wilde
Hmmm, I found in the documentation that if someone was testing, and I am testing the Avision backend, static libs were advised > That usually means that you compiled static libraries and not shared > one. So all the SANE backends are linked to XSane on all are started. > In the case of shared

[sane-devel] Test devices

2002-09-26 Thread Henning Meier-Geinitz
Hi, On Thu, Sep 26, 2002 at 09:38:53PM +0200, Willem de Wilde wrote: > After compiling backend 1.0.8. Xsane finds some "bonus" devices, > - frontend-tester test:0 > - frontend-tester test:1 > - st400:/dev/scanner > > Starting up Xsane takes now forever because it searches everywhere > and I have

[sane-devel] Test devices

2002-09-26 Thread Willem de Wilde
List, After compiling backend 1.0.8. Xsane finds some "bonus" devices, - frontend-tester test:0 - frontend-tester test:1 - st400:/dev/scanner Starting up Xsane takes now forever because it searches everywhere and I have to choose all the time. How do I get rid of these devices and have Xsane sta

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread Jonathan Buzzard
dav...@mostang.com said: > Never mind my comments. I missed the fact that you're talking about > 1-bit RGB data only (not 1-bit monochrome, which does make a lot of > sense). I think I added 1-bit RGB just because the Mustek scanner > could do it, but it always was a mystery to me why 1-bit RGB d

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread abel deuring
Oliver Schwartz wrote: > Hi, > > On Wednesday 25 September 2002 21:05, Henning Meier-Geinitz wrote: > >>Hi, >> >>On Wed, Sep 25, 2002 at 11:16:15AM -0700, David Mosberger-Tang wrote: >> >>> Oliver> I think that makes sense. When a backend really does >>> Oliver> support this then it can send i

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread Oliver Schwartz
Hi, On Wednesday 25 September 2002 21:05, Henning Meier-Geinitz wrote: > Hi, > > On Wed, Sep 25, 2002 at 11:16:15AM -0700, David Mosberger-Tang wrote: > > Oliver> I think that makes sense. When a backend really does > > Oliver> support this then it can send it as 8 bit rgb image. > > > > Do w

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread Henning Meier-Geinitz
Hi, On Wed, Sep 25, 2002 at 11:16:15AM -0700, David Mosberger-Tang wrote: > Oliver> I think that makes sense. When a backend really does > Oliver> support this then it can send it as 8 bit rgb image. > > Do we know for a fact that there are no high-speed devices out there > that produce, say

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread Oliver Rauch
abel deuring schrieb: > > Henning Meier-Geinitz wrote: > > > > The easiest way would be to > > forbid 1 bit RGB in the standard :-) > > that would indeed be a convenient alternative. I think that makes sense. When a backend really does support this then it can send it as 8 bit rgb image. Bye O

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread abel deuring
Henning Meier-Geinitz wrote: > > Hi, > > On Tue, Sep 24, 2002 at 11:58:41PM +0200, abel deuring wrote: > > while playing with the test backend, I noticed that the "scan data" > > produced for the grid pattern in 1 bit RGB mode differs from the output > > for 1 bit grayscale mode. The data for gra

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread David Mosberger-Tang
> On Wed, 25 Sep 2002 20:12:27 +0200, Oliver Rauch > said: Oliver> abel deuring schrieb: >> Henning Meier-Geinitz wrote: >> > >> > The easiest way would be to > forbid 1 bit RGB in the standard >> :-) >> that would indeed be a convenient alternative. Oliver> I think that

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread David Mosberger-Tang
> On Wed, 25 Sep 2002 20:12:27 +0200, Oliver Rauch > said: Oliver> abel deuring schrieb: >> Henning Meier-Geinitz wrote: >> > >> > The easiest way would be to > forbid 1 bit RGB in the standard >> :-) >> >> that would indeed be a convenient alternative. Oliver> I think

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-25 Thread Henning Meier-Geinitz
Hi, On Tue, Sep 24, 2002 at 11:58:41PM +0200, abel deuring wrote: > while playing with the test backend, I noticed that the "scan data" > produced for the grid pattern in 1 bit RGB mode differs from the output > for 1 bit grayscale mode. The data for gray scale mode is like: Argh, I hate this 1

[sane-devel] test backend: 1 bit RGB data for grid pattern

2002-09-24 Thread abel deuring
Hi all, while playing with the test backend, I noticed that the "scan data" produced for the grid pattern in 1 bit RGB mode differs from the output for 1 bit grayscale mode. The data for gray scale mode is like: ... 00 00 00 0f ff ff ff f0 00 00 00 ... while the data for 1 bit RGB mode

[sane-devel] test backend version 1.0.11 (beta)

2002-04-10 Thread Henning Meier-Geinitz
Hi, Hi, On Wed, Apr 10, 2002 at 09:10:31PM +0200, mh wrote: > I don't have an idea, how a frontend could present all those crazy options in > a reasonable way :-) I'm not sure, either. I just tried everything the standard allows... > E.g. how could/should a user interface for "Int test option

[sane-devel] test backend version 1.0.11 (beta)

2002-04-10 Thread mh
Henning Meier-Geinitz, Dienstag, 9. April 2002 23:51: > Hi, > > Version 1.0.11 of the test backend can be dowloaded from > http://www.meier-geinitz.de/sane/test-backend/ . > > Changes: > > - Bugfixes > - different return stati for sane_read() > - man page > - it's beta now > > I would like to inclu

[sane-devel] test backend version 1.0.11 (beta)

2002-04-09 Thread Henning Meier-Geinitz
Hi, Version 1.0.11 of the test backend can be dowloaded from http://www.meier-geinitz.de/sane/test-backend/ . Changes: - Bugfixes - different return stati for sane_read() - man page - it's beta now I would like to include the test backend into sane-backends so I'm interested in any bug reports

[sane-devel] test, please ignore (3)

2002-02-03 Thread stan
Just trying to get my mailer to actually send messages to this list :=( -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin

[sane-devel] test

2001-08-04 Thread Oliver Rauch
Only a test

[sane-devel] test

2001-07-20 Thread David Mosberger
another test

[sane-devel] test

2001-07-20 Thread David Mosberger

[sane-devel] test

2001-07-20 Thread David Mosberger-Tang