* doc/descriptions/fujitsu.desc, doc/sane-fujitsu.man: backend v80

merge-requests/1/head
m. allan noah 2008-10-10 00:51:31 +00:00
rodzic 0f3d11f498
commit 56ae50027a
3 zmienionych plików z 20 dodań i 16 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
2008-10-09 m. allan noah <kitno455 a t gmail d o t com>
* doc/descriptions/fujitsu.desc, doc/sane-fujitsu.man: backend v80
2008-10-08 m. allan noah <kitno455 a t gmail d o t com> 2008-10-08 m. allan noah <kitno455 a t gmail d o t com>
* backend/fujitsu.c: backend v80 * backend/fujitsu.c: backend v80
- front-side endorser uses data ID 0x80 - front-side endorser uses data ID 0x80

Wyświetl plik

@ -11,7 +11,7 @@
:backend "fujitsu" ; name of backend :backend "fujitsu" ; name of backend
:url "http://www.thebility.com/fujitsu/" :url "http://www.thebility.com/fujitsu/"
:version "79" ; version of backend :version "80" ; version of backend
:manpage "sane-fujitsu" ; name of manpage (if it exists) :manpage "sane-fujitsu" ; name of manpage (if it exists)
:comment "Backend updated for SANE release 1.1.0, see sane-fujitsu manpage" :comment "Backend updated for SANE release 1.1.0, see sane-fujitsu manpage"
:devicetype :scanner ; start of a list of devices.... :devicetype :scanner ; start of a list of devices....

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane\-fujitsu 5 "11 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .TH sane\-fujitsu 5 "09 Oct 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-fujitsu .IX sane\-fujitsu
.SH NAME .SH NAME
@ -10,20 +10,19 @@ The
library implements a SANE (Scanner Access Now Easy) backend which library implements a SANE (Scanner Access Now Easy) backend which
provides access to most Fujitsu flatbed and ADF scanners. provides access to most Fujitsu flatbed and ADF scanners.
This document describes backend version 72, which shipped with SANE 1.1.0. This document describes backend version 80, slated to ship with SANE 1.1.0.
.SH SUPPORTED HARDWARE .SH SUPPORTED HARDWARE
This version has at least basic support for every model which speaks the This version supports every known model which speaks the Fujitsu SCSI and
Fujitsu SCSI and SCSI-over-USB protocols, with many scanners having SCSI-over-USB protocols. Specifically, the SCSI M309x and M409x series, the
complete support. Specifically, the SCSI M309x and M409x series, the SCSI SCSI fi-series, most of the USB fi-series, and the USB ScanSnap S5xx scanners
fi-series, most of the USB fi-series, and the USB ScanSnap S5xx scanners
are supported. Please see the list at are supported. Please see the list at
http://www.sane\-project.org/sane\-supported\-devices.html for details. http://www.sane\-project.org/sane\-supported\-devices.html for details.
This backend may support other Fujitsu scanners. The best This backend may support other Fujitsu scanners. The best
way to determine level of support is to test the scanner directly, way to determine level of support is to test the scanner directly,
or to collect a trace of the windows driver in action. or to collect a trace of the windows driver in action.
Please contact the author with test results, positive or negative. Please contact the author for help or with test results.
.SH UNSUPPORTED HARDWARE .SH UNSUPPORTED HARDWARE
The following scanners are known NOT to work with this backend, The following scanners are known NOT to work with this backend,
@ -75,7 +74,7 @@ Sets scan area upper left and lower right coordinates. These are renamed
t, l, x, y by some frontends. t, l, x, y by some frontends.
.RE .RE
.PP .PP
pagewidth, pageheight page\-width, page\-height
.RS .RS
Sets paper size. Used by scanner to determine centering of scan Sets paper size. Used by scanner to determine centering of scan
coordinates when using ADF and to detect double feed errors. coordinates when using ADF and to detect double feed errors.
@ -83,11 +82,11 @@ coordinates when using ADF and to detect double feed errors.
.PP .PP
Other options will be available based on the capabilities of the scanner: Other options will be available based on the capabilities of the scanner:
machines with IPC or DTC will have additional enhancement options, those machines with IPC or DTC will have additional enhancement options, those
with CMP will have compression options, those with endorser will have a with CMP will have compression options, those with a printer will have a
group of imprinter options. group of endorser options.
Use 'scanimage \-\-help' to get a list, but be aware that some options may Use 'scanimage \-\-help' to get a list, but be aware that some options may
appear only when another option has been set, and that advanced options be settable only when another option has been set, and that advanced options
may be hidden by some frontend programs. may be hidden by some frontend programs.
.PP .PP
.SH CONFIGURATION FILE .SH CONFIGURATION FILE
@ -161,11 +160,13 @@ enables debugging output to stderr. Valid values are:
.RE .RE
.SH KNOWN ISSUES .SH KNOWN ISSUES
- Some scanner specific 'quirks' are not accounted for, making it possible Flatbed units may fail to scan at maximum area, particularly at
to set some options in ways that the scanner does not support. high resolution.
.br .PP
- Any model that does not support VPD during inquiry will not function until Any model that does not support VPD during inquiry will not function until
an override is added to the backend. an override is added to the backend.
.PP
CCITT Fax compression used by older scanners is not supported.
.SH CREDITS .SH CREDITS
m3091 backend: Frederik Ramm <frederik a t remote d o t org> m3091 backend: Frederik Ramm <frederik a t remote d o t org>