Update to backend version 1.0-112. Some minor fixes for returning

the scan slider and OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-08-26 10:56:39 +00:00
rodzic a9218c2311
commit 40ff2b7b80
2 zmienionych plików z 13 dodań i 9 usunięć

Wyświetl plik

@ -9,7 +9,7 @@
;
:backend "mustek" ; name of backend
:version "1.0-111" ; version of backend
:version "1.0-112" ; version of backend
:status :stable ; :alpha, :beta, :stable, :new
:manpage "sane-mustek" ; name of manpage (if it exists)
:url "http://www.meier-geinitz.de/sane/"

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane-mustek 5 "9 Jul 2001"
.TH sane-mustek 5 "11 Aug 2001"
.IX sane-mustek
.SH NAME
sane-mustek - SANE backend for Mustek flatbed scanners
@ -58,11 +58,11 @@ only non-SCSI scanner that has some support at this point is the 600
II N scanner which comes with its own parallel port adapter (i.e., it
does
.I not
attach to the printer port). More info on how to use the 600 II N can
be found below in section PARAGON 600 II N. Other parallel port
scanners are not supported by this backend but you may be successful
using the Mustek parallel port backend (mustek_pp). USB scanners are
not supported by this backend by now.
attach to the printer port). More info on how to use the 600 II N can be
found below in section PARAGON 600 II N. Other parallel port scanners are not
supported by this backend but you may be successful using the Mustek parallel
port backend (mustek_pp). USB scanners are also not supported by this backend
but mustek_usb includes support for some of them.
.PP
Mustek scanners have no protection against exceeding the physical scan
area height. That is, if a scan is attempted with a height that
@ -191,7 +191,7 @@ image.
Option
.B disable-backtracking
is a positional option. If set, the scanner will not move back its slider
after each SCSI buffer is filled (`backtracking´). Setting this option will
after each SCSI buffer is filled (`backtracking'). Setting this option will
lead to faster scans but may also produce horizontal stripes. This option
doesn't work with every scanner (only some of the paragon models can modify
backtracking).
@ -348,7 +348,11 @@ Example:
export SANE_DEBUG_MUSTEK=4
.SH "SEE ALSO"
sane(7), sane\-find\-scanner(1), sane\-scsi(5), sane\-mustek_pp(5)
sane(7), sane\-find\-scanner(1), sane\-scsi(5), sane\-mustek_usb(5),
sane\-mustek_pp(5)
.br
@DOCDIR@/mustek/mustek.CHANGES
.SH AUTHOR
David Mosberger, Andreas Czechanowski, Andreas Bolsch (SE extensions),
Henning Meier-Geinitz