kopia lustrzana https://gitlab.com/sane-project/backends
* doc/sane-canon_pp.man doc/descriptions/canon_pp.desc:
Added FB320P to supported scanners after report of successful test. Added FB310P and FB610P to desc as specifically not supported yet.DEVEL_2_0_BRANCH-1
rodzic
703f1c6a77
commit
45bf928a3c
|
@ -19,21 +19,44 @@
|
||||||
|
|
||||||
:mfg "Canon" ; name a manufacturer
|
:mfg "Canon" ; name a manufacturer
|
||||||
:url "http://www.canon.com/"
|
:url "http://www.canon.com/"
|
||||||
|
|
||||||
|
:model "CanoScan FB310P" ; name models for above-specified mfg.
|
||||||
|
:interface "Parport (ECP)"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Need a scanner to work on"
|
||||||
|
|
||||||
|
:model "CanoScan FB610P" ; name models for above-specified mfg.
|
||||||
|
:interface "Parport (ECP)"
|
||||||
|
:status :unsupported
|
||||||
|
:comment "Need a scanner to work on"
|
||||||
|
|
||||||
|
:model "CanoScan FB320P" ; name models for above-specified mfg.
|
||||||
|
:interface "Parport (ECP)"
|
||||||
|
:status :alpha
|
||||||
|
:comment "Newly added support"
|
||||||
|
|
||||||
:model "CanoScan FB620P" ; name models for above-specified mfg.
|
:model "CanoScan FB620P" ; name models for above-specified mfg.
|
||||||
:interface "Parport (ECP)"
|
:interface "Parport (ECP)"
|
||||||
:comment "newly added support"
|
:status :alpha
|
||||||
|
:comment "Newly added support"
|
||||||
|
|
||||||
:model "CanoScan FB330P" ; name models for above-specified mfg.
|
:model "CanoScan FB330P" ; name models for above-specified mfg.
|
||||||
:interface "Parport (ECP)"
|
:interface "Parport (ECP)"
|
||||||
:comment "1 pass; flatbed scanner"
|
:status :beta
|
||||||
|
|
||||||
:model "CanoScan FB630P" ; name models for above-specified mfg.
|
:model "CanoScan FB630P" ; name models for above-specified mfg.
|
||||||
:interface "Parport (ECP)"
|
:interface "Parport (ECP)"
|
||||||
:comment "1 pass; flatbed scanner"
|
:status :beta
|
||||||
|
|
||||||
:model "CanoScan N340P" ; name models for above-specified mfg.
|
:model "CanoScan N340P" ; name models for above-specified mfg.
|
||||||
:interface "Parport (ECP)"
|
:interface "Parport (ECP)"
|
||||||
:comment "1 pass; flatbed scanner"
|
:status :beta
|
||||||
|
|
||||||
:model "CanoScan N640P" ; name models for above-specified mfg.
|
:model "CanoScan N640P" ; name models for above-specified mfg.
|
||||||
:interface "Parport (ECP)"
|
:interface "Parport (ECP)"
|
||||||
:comment "1 pass; flatbed scanner"
|
:status :beta
|
||||||
|
|
||||||
:model "CanoScan N640P ex" ; name models for above-specified mfg.
|
:model "CanoScan N640P ex" ; name models for above-specified mfg.
|
||||||
:interface "Parport (ECP)"
|
:interface "Parport (ECP)"
|
||||||
|
:status :beta
|
||||||
:comment "Just an N640P in a different box?"
|
:comment "Just an N640P in a different box?"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH sane-canon_pp 5 "1 September 2002"
|
.TH sane-canon_pp 5 "4 September 2002"
|
||||||
.IX sane-canon_pp
|
.IX sane-canon_pp
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sane-canon_pp - SANE backend for Canon CanoScan Parallel Port flatbed scanners
|
sane-canon_pp - SANE backend for Canon CanoScan Parallel Port flatbed scanners
|
||||||
|
@ -9,6 +9,8 @@ library implements a SANE (Scanner Access Now Easy) backend that provides
|
||||||
access to the following Canon flatbed scanners:
|
access to the following Canon flatbed scanners:
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
|
CanoScan FB320P
|
||||||
|
.br
|
||||||
CanoScan FB620P
|
CanoScan FB620P
|
||||||
.br
|
.br
|
||||||
CanoScan FB330P
|
CanoScan FB330P
|
||||||
|
@ -26,9 +28,9 @@ CanoScan N640P ex
|
||||||
No USB scanners are supported and there are no plans to support them in the
|
No USB scanners are supported and there are no plans to support them in the
|
||||||
future. Other projects are working on support for USB scanners. See the
|
future. Other projects are working on support for USB scanners. See the
|
||||||
.B PROJECTS
|
.B PROJECTS
|
||||||
file for more detail. The FB320P may also work, let us know if it does. We
|
file for more detail. We cannot add support for the FB310P and FB610P at the
|
||||||
cannot add support for the FB310P and FB610P at the moment, but contact us if
|
moment, but contact us if you have one of these scanners and would really
|
||||||
you have one of these scanners and would really like to help.
|
like to help.
|
||||||
.PP
|
.PP
|
||||||
IMPORTANT: this is alpha code. While we have made every effort to make it as
|
IMPORTANT: this is alpha code. While we have made every effort to make it as
|
||||||
reliable as possible, it will not always work as expected. Feedback is still
|
reliable as possible, it will not always work as expected. Feedback is still
|
||||||
|
|
Ładowanie…
Reference in New Issue