kopia lustrzana https://gitlab.com/sane-project/backends
Increased version number to 0.95. Updated man page. Patch from
karsten.festag@t-online.de (Karsten Festag). Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
292890bd05
commit
c84c0af20a
|
@ -10,7 +10,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
:backend "microtek2" ; name of backend
|
:backend "microtek2" ; name of backend
|
||||||
:version "0.9" ; version of backend
|
:version "0.95" ; version of backend
|
||||||
:status :alpha ; :alpha, :beta, :stable, :new
|
:status :alpha ; :alpha, :beta, :stable, :new
|
||||||
:manpage "sane-microtek2" ; name of manpage (if it exists)
|
:manpage "sane-microtek2" ; name of manpage (if it exists)
|
||||||
:url "http://home.t-online.de/home/karsten.festag/"
|
:url "http://home.t-online.de/home/karsten.festag/"
|
||||||
|
|
|
@ -89,8 +89,8 @@
|
||||||
#define MAX(a,b) ((a) > (b)) ? (a) : (b)
|
#define MAX(a,b) ((a) > (b)) ? (a) : (b)
|
||||||
|
|
||||||
#define MICROTEK2_MAJOR 0
|
#define MICROTEK2_MAJOR 0
|
||||||
#define MICROTEK2_MINOR 9
|
#define MICROTEK2_MINOR 95
|
||||||
#define MICROTEK2_BUILD "20011023"
|
#define MICROTEK2_BUILD "20011027"
|
||||||
#define MICROTEK2_CONFIG_FILE "microtek2.conf"
|
#define MICROTEK2_CONFIG_FILE "microtek2.conf"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
. .IX sane-microtek2
|
. .IX sane-microtek2
|
||||||
." Process this file with
|
." Process this file with
|
||||||
." man -l sane-microtek2.man
|
." man -l sane-microtek2.man
|
||||||
.TH sane-microtek2 5 "23 Oct 2001"
|
.TH sane-microtek2 5 "27 Oct 2001"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane-microtek2 - SANE backend for Microtek scanners with SCSI-2 command set
|
sane-microtek2 - SANE backend for Microtek scanners with SCSI-2 command set
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
@ -9,8 +9,9 @@ The
|
||||||
.B sane-microtek2
|
.B sane-microtek2
|
||||||
library implements a SANE (Scanner Access Now Easy) backend that
|
library implements a SANE (Scanner Access Now Easy) backend that
|
||||||
provides access to some Microtek scanners with a SCSI-2 command set.
|
provides access to some Microtek scanners with a SCSI-2 command set.
|
||||||
This backend can be considered alpha. Some scanner models are reported to work
|
This backend can be considered alpha to beta. Some scanner models are reported
|
||||||
well, others not. New development versions of this backend can be obtained from
|
to work well, others not. New development versions of this backend can be
|
||||||
|
obtained from
|
||||||
.B http://home.t-online.de/home/karsten.festag
|
.B http://home.t-online.de/home/karsten.festag
|
||||||
.PP
|
.PP
|
||||||
There exists a different backend for Microtek scanners with SCSI-1 command
|
There exists a different backend for Microtek scanners with SCSI-1 command
|
||||||
|
@ -188,9 +189,10 @@ option colorbalance-adjust <on/off>
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.I option dump <n>
|
.I option dump <n>
|
||||||
enables printing of additional information about the SCSI commands that are sent to
|
enables printing of additional information about the SCSI commands that are
|
||||||
the scanner to stderr. This option is primarily useful for debugging purpose.
|
sent to the scanner to stderr. This option is primarily useful for debugging
|
||||||
This option has to be a global option and is best placed at the top of the
|
purpose. This option has to be a global option and is best placed at the top
|
||||||
|
of the
|
||||||
.I microtek2.conf
|
.I microtek2.conf
|
||||||
file.
|
file.
|
||||||
.PP
|
.PP
|
||||||
|
@ -221,8 +223,7 @@ option is set to <on> an appropriate option will appear in the frontend.
|
||||||
.PP
|
.PP
|
||||||
.I option no-backtrack-option <on/off>
|
.I option no-backtrack-option <on/off>
|
||||||
prevents the scanner head from moving backwards between the read commands.
|
prevents the scanner head from moving backwards between the read commands.
|
||||||
This
|
This speeds up scanning. Try it.
|
||||||
speeds up scanning. Try it.
|
|
||||||
.PP
|
.PP
|
||||||
.I option lightlid-35 <on/off>
|
.I option lightlid-35 <on/off>
|
||||||
If you use the LightLid-35 transparency adapter you get an advanced
|
If you use the LightLid-35 transparency adapter you get an advanced
|
||||||
|
|
Ładowanie…
Reference in New Issue