New backend (TECO / Relisys).

DEVEL_2_0_BRANCH-1
Frank Zago 2002-03-13 05:41:22 +00:00
rodzic e2921c497e
commit f16141c43c
2 zmienionych plików z 35 dodań i 0 usunięć

Wyświetl plik

@ -72,6 +72,9 @@ Relisys Scorpio Super 3 SCSI II (planned)
http://www.xs4all.nl/~plowman/
Mark Plowman <sane-devel@plowman.xs4all.nl>
TECO / Relisys RELI & AVEC scanners
http://fz.eryx.net/sane/#teco
Test backend (similar to pnm backend, but doesn't read files) (planned)
Henning Meier-Geinitz <henning@meier-geinitz.de> et. al.

32
backend/teco.desc 100644
Wyświetl plik

@ -0,0 +1,32 @@
;
; SANE Backend specification file
;
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
; All syntactic elements are keyword tokens, followed by a string or
; keyword argument, as specified.
;
; ":backend" *must* be specified.
; All other information is optional (but what good is the file without it?).
;
:backend "teco" ; name of backend
:version "(1.0-1)" ; version of backend
:status :new ; :alpha, :beta, :stable, :new
;:manpage "sane-teco" ; name of manpage (if it exists)
:url "http://fz.eryx.net/sane" ; backend's web page
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Relisys"
:url "http://www.relisys.com/"
:model "RELI 2412"
:interface "SCSI"
:comment "sub model VM3530+"
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.