[sane-devel] Feature freeze for SANE 1.0.10

Henning Meier-Geinitz henning@meier-geinitz.de
Tue, 21 Jan 2003 12:06:54 +0100


Hi,

On Wed, Jan 15, 2003 at 10:20:46AM +0900, Olaf Meeuwissen wrote:
> Henning Meier-Geinitz <henning@meier-geinitz.de> writes:
> 
> > Does it make sense to add a .desc file in the external section? So
> > the epson kowa backend would show up on the SANE webpage as external
> > backend.
> 
> I guess it would.  While we are at it, I guess you could also add
> "Image Scan! for Linux" to the frontends page.

There is a link now. However, I just found out that iscan only works
with Epson scanners. From frontend/pisa_sane_scan.cc:

      if ( 0 == ::strcasecmp ( ppdevice_list [ i ]->vendor, "epson" ) )
      
And in fact, it ignores all my scanners. If I "fake" an Epson scanner,
the device is opened and the option descriptors are read but nothing
more. So iscan is not really a SANE frontend in my opinion.

So I'll add a comment to the SANE frontends page.

Still waiting for the epsonkw.desc :-)

Bye,
  Henning