DEVEL_2_0_BRANCH-1
Frank Zago 2002-08-31 02:54:15 +00:00
rodzic b3747c06fd
commit c8b46ff4f7
2 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -10,7 +10,7 @@
;
:backend "teco1" ; name of backend
:version "1.0-6" ; version of backend
:version "1.0-7" ; version of backend
:status :beta ; :alpha, :beta, :stable, :new
:manpage "sane-teco1" ; name of manpage (if it exists)
:url "http://fz.eryx.net/sane/#teco" ; backend's web page
@ -100,6 +100,12 @@
:status :untested
:mfg "Dextra"
:model "DF-600P"
:comment "sub model VM3510"
:interface "SCSI"
:status :beta
:model "DF-1200T+"
:comment "sub model VM3530+"
:interface "SCSI"

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane-teco1 5 "19 March 2002"
.TH sane-teco1 5 "August 30th, 2002"
.IX sane-teco1
.SH NAME
sane-teco1 - SANE backend for TECO / RELISYS scanners
@ -16,7 +16,7 @@ may not support yours.
The scanners that should work with this backend are:
.PP
.RS
Vendor Model TECO model status
Vendor Model TECO model status
.br
---------------------- -------------- -----------
.br
@ -35,6 +35,7 @@ The scanners that should work with this backend are:
Relisys RELI 9630 VM6540 untested
Relisys RELI DS15 VM3440 untested
Relisys RELI DS6 VM3420 untested
Dextra DF-600P VM3510 tested
Dextra DF-4830T VM4542 untested
Dextra DF-1200T+ VM3530+ untested
Dextra DF-9624 VM6530+ untested
@ -191,3 +192,4 @@ The package is actively maintained by Frank Zago.
.SH CREDITS
Thanks to Gerard Delafond for the VM4542 support.
Thanks to Jean-Yves Simon for the VM3510 support.