From e6c2f93aad98cf653d496319b924aab6ae2730c8 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Sun, 26 May 2002 17:35:54 +0000 Subject: [PATCH] New description files for teco2 and teco3 backends. --- doc/descriptions-external/teco2.desc | 30 ++++++++++++++++ doc/descriptions-external/teco3.desc | 51 ++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 doc/descriptions-external/teco2.desc create mode 100644 doc/descriptions-external/teco3.desc diff --git a/doc/descriptions-external/teco2.desc b/doc/descriptions-external/teco2.desc new file mode 100644 index 000000000..d1b84e2b6 --- /dev/null +++ b/doc/descriptions-external/teco2.desc @@ -0,0 +1,30 @@ +; +; 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 "teco2" ; name of backend +:version "1.0-0" ; version of backend +:status :alpha ; :alpha, :beta, :stable, :new +;:manpage "sane-teco2" ; name of manpage (if it exists) +:url "http://fz.eryx.net/sane/#teco2" ; 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 "AVEC Super 3" +:interface "SCSI" +:comment "sub model VM3575 - untested" +:model "SCORPIO Super 3" +:comment "sub model VM3575" +:interface "SCSI" + diff --git a/doc/descriptions-external/teco3.desc b/doc/descriptions-external/teco3.desc new file mode 100644 index 000000000..68323f032 --- /dev/null +++ b/doc/descriptions-external/teco3.desc @@ -0,0 +1,51 @@ +; +; 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 "teco3" ; name of backend +:version "1.0-0" ; version of backend +:status :alpha ; :alpha, :beta, :stable, :new +:manpage "sane-teco3" ; name of manpage (if it exists) +:url "http://fz.eryx.net/sane/#teco3" ; backend's web page + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + + +:mfg "Relisys" +:url "http://www.tecoimage.com.tw/" +:model "Scorpio" +:interface "SCSI" +:comment "TECO VM3552" + +:mfg "Plustek" +:model "OpticPro 2400SP" +:interface "SCSI" +:comment "TECO VM3552" + +:mfg "PIOTECH" +:url "http://www.image-land.com/" +:model "Splendeur 3024" +:interface "SCSI" +:comment "TECO VM3552" + +:mfg "Trust" +:model "Imagery 4800 SP+" +:interface "SCSI" +:comment "TECO VM3552" +; may be :model "2400SP" +; may be :model "9600SP" + +; :comment and :url specifiers are optional after :mfg, :model, :desc, +; and at the top-level. + + +