kopia lustrzana https://gitlab.com/sane-project/backends
Updated documentation concerning sm3600 backend and added
man page (from from Marian Eichholz <eichholz@computer.org>). Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
3360e9158e
commit
52ec9cca57
3
AUTHORS
3
AUTHORS
|
@ -44,6 +44,7 @@ Backends:
|
|||
ricoh: Feico W. Dillema
|
||||
s9036: Ingo Schneider
|
||||
sharp: FUKUDA Kazuya (*) and Abel Deuring (*)
|
||||
sm3600: Marian Eichholz (*) and Glenn Ramsey (*)
|
||||
snapscan: Kevin Charter, Franck Schneider, and Michel Roelofs
|
||||
sp15c: Randolph Bentson (*)
|
||||
st400: Ingo Wilken (*)
|
||||
|
@ -90,6 +91,7 @@ Juergen G. Schimmer <schimmi@nbgm.siemens.de>
|
|||
Feico W. Dillema <dillema@acm.org>
|
||||
Franck Schneider <schnefra@hol.fr>
|
||||
Gerhard Jaeger <g.jaeger@earthling.net>
|
||||
Glenn Ramsey <glenn@componic.com>
|
||||
Gordon Matzigkeit <gord@gnu.ai.mit.edu>
|
||||
Guido Muesch <odiug@faho.rwth-aachen.de>
|
||||
Helmut Koeberle <helmut.koeberle@bytec.de>
|
||||
|
@ -104,6 +106,7 @@ Karsten Festag <karsten.festag@t-online.de>
|
|||
Kazuhiro Sasayama <kaz@hypercore.co.jp>
|
||||
Kevin Charter <charter@cs.rice.edu>
|
||||
Manuel Panea <Manuel.Panea@rzg.mpg.de>
|
||||
Marian Eichholz <eichholz@computer.org>
|
||||
Markus Mertinat <Markus.Mertinat@Physik.Uni-Augsburg.DE>
|
||||
Matthew Marjanovic <maddog@mir.com>
|
||||
Meino Christian Cramer <mccramer@s.netic.de>
|
||||
|
|
|
@ -39,7 +39,7 @@ SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \
|
|||
sane-tamarack.5 sane-ricoh.5 sane-avision.5 sane-plustek.5 \
|
||||
sane-st400.5 sane-mustek_pp.5 sane-dc210.5 sane-v4l.5 \
|
||||
sane-snapscan.5 sane-canon.5 sane-coolscan.5 sane-bh.5 sane-dc240.5 \
|
||||
sane-umax_pp.5
|
||||
sane-umax_pp.5 sane-sm3600.5
|
||||
SECT7 = sane.7
|
||||
MANPAGES = $(SECT1) $(SECT5) $(SECT7)
|
||||
READMES = README AUTHORS COPYING ChangeLog LEVEL2 LICENSE NEWS PROBLEMS \
|
||||
|
@ -115,7 +115,7 @@ sane.ps: sane.ind
|
|||
sane-html: sane.ind
|
||||
$(DLH) $(srcdir)/sane.tex
|
||||
|
||||
sane-backends.html:
|
||||
sane-backends.html:
|
||||
cd $(top_srcdir)/backend \
|
||||
&& $(EMACS) -batch --load $(top_srcdir)/tools/sane-desc.el \
|
||||
-f sane-desc-doit
|
||||
|
|
|
@ -0,0 +1,78 @@
|
|||
.TH sane-sm3600 5 "15.05.2001"
|
||||
.IX sane-sm3600
|
||||
.SH NAME
|
||||
sane-sm3600 - SANE backend for Microtek scanners M011 USB chip
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B sane-sm3600
|
||||
library implements a SANE (Scanner Access Now Easy) backend that
|
||||
provides access to some Microtek scanners with the Toshiba M011 custom
|
||||
USB chip. This backend should be considered alpha.
|
||||
.PP
|
||||
There exists a backend for Microtek scanners with SCSI command set.
|
||||
Refer to sane-microtek(5) and sane-microtek2(5) for details.
|
||||
.PP
|
||||
At present, the following
|
||||
scanners are known positively to work with this backend:
|
||||
.PP
|
||||
.RS
|
||||
Vendor Product id: Remark:
|
||||
.br
|
||||
-------- -------------- -----------
|
||||
.br
|
||||
Microtek ScanMaker 3600 all modes ok
|
||||
.RE
|
||||
.PP
|
||||
If you own a Microtek scanner with the M011 chip other than the ones
|
||||
listed above, it may or may not work with SANE!
|
||||
|
||||
.SH "FRONTEND OPTIONS"
|
||||
This backend dynamically enables the options for the frontend,
|
||||
that are supported by the scanner in dependence of the scanning-mode
|
||||
and other options. Not supported options are disabled.
|
||||
.PP
|
||||
The following options are supported by the Microtek2-driver:
|
||||
.PP
|
||||
Color, grayscale, halftone and lineart scans.
|
||||
.PP
|
||||
contrast, brightness, control, gamma correction.
|
||||
|
||||
.SH "DEVICE NAMES"
|
||||
This backend does not support device names in a usable form.
|
||||
|
||||
.SH CONFIGURATION
|
||||
This backend does not support a configuration file right now.
|
||||
|
||||
.SH FILES
|
||||
.TP
|
||||
.I @LIBDIR@/libsane-sm3600.a
|
||||
The static library implementing this backend.
|
||||
.TP
|
||||
.I @LIBDIR@/libsane-sm3600.so
|
||||
The shared library implementing this backend (present on systems that
|
||||
support dynamic loading).
|
||||
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
.B SANE_DEBUG_SM3600
|
||||
If the library was compiled with debug support enabled, this
|
||||
environment variable controls the debug level for this backend. E.g.,
|
||||
a value of 128 requests all debug output to be printed. Smaller
|
||||
levels reduce verbosity. To see error messages on stderr set
|
||||
SANE_DEBUG_SM3600 to 1.
|
||||
|
||||
.br
|
||||
E.g. just say:
|
||||
.br
|
||||
export SANE_DEBUG_SM3600=5
|
||||
|
||||
.SH "SEE ALSO"
|
||||
sane-microtek2(5)
|
||||
|
||||
.SH AUTHOR
|
||||
.br
|
||||
Marian Eichholz (eichholz@computer.org)
|
||||
.br
|
||||
Glenn Ramsey (glenn@componic.com)
|
||||
.br
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
.TH sane 7 "13 May 2001"
|
||||
.TH sane 7 "16 May 2001"
|
||||
.IX sane
|
||||
|
||||
.SH NAME
|
||||
|
@ -206,6 +206,10 @@ sane-s9036(5) for details.
|
|||
.B sharp
|
||||
The SANE sharp backend supports Sharp SCSI scanners. See sane-sharp(5) for details.
|
||||
.TP
|
||||
.B sm3600
|
||||
The SANE sm3600 backend supports the Microtek ScanMaker 3600 USB scanner. See
|
||||
sane-sm3600(5) for details.
|
||||
.TP
|
||||
.B snapscan
|
||||
The snapscan backend supports AGFA SnapScan flatbed scanners. See
|
||||
sane-snapscan(5) for details.
|
||||
|
|
Ładowanie…
Reference in New Issue