From f16141c43c71d1eb63f8694ef6417ac316bdd44c Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Wed, 13 Mar 2002 05:41:22 +0000 Subject: [PATCH] New backend (TECO / Relisys). --- PROJECTS | 3 +++ backend/teco.desc | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 backend/teco.desc diff --git a/PROJECTS b/PROJECTS index 763a1ba2e..ffce9f31c 100644 --- a/PROJECTS +++ b/PROJECTS @@ -72,6 +72,9 @@ Relisys Scorpio Super 3 SCSI II (planned) http://www.xs4all.nl/~plowman/ Mark Plowman +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 et. al. diff --git a/backend/teco.desc b/backend/teco.desc new file mode 100644 index 000000000..0c2287f0f --- /dev/null +++ b/backend/teco.desc @@ -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. + + +