How to be SANE Standard?

Wolfgang Kaess (100346.2055@compuserve.com)
Thu, 9 Jul 1998 17:28:27 -0400

Hello,

I have changed the following two files and want to become it SANE standard.
How can this be done ?
Which authority is responsible for this demand ?

Based on SANE 0.73 the following files are changed:
sanei_scsi.c The changes are only OS/2 dependent.
New interface code added in the OS/2 section
to access the scanner DEVICE from DANMAR.
"aspirout$" is not replaced, it could be used in
the same app depending on the xx.conf file.

To use "aspirout$" a line like "b0t1l1" should be
in the xx.conf file.
To use _ANY_ DOS based DEVICE, a line with the
name of the Device e.g. "HPSCAN", should be in the
xx.conf file.
It is also possible to have both lines in the xx.conf
file.

hp.c All plattform dependent.
I wonder if this backend will work with any HP
Scanner!

1. The "attach" function use a unknown scl command to get
the
Scanner model. I have changed this to work with all 8
knowing Scanner types and get always the real HP
Scanner
type.
2. The "attach" function check for a "HP" string, but the
scl "getScannerModelNumber" will not response with
"HP".
I have removed this, because "attach" fail here.

Maybe the creator of this code could explaine why the unknow scl command
is
used.

Wolfgang Kaess
Using SANE 0.73 with hp/xhp backend, compiled with IBM VisualAge C++ for
OS/2.

***

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com