From 4c2fc1a0c0cfddd954681ac721885a7a080c49bb Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Tue, 7 May 2002 14:36:16 +0000 Subject: [PATCH] New backend description. --- doc/descriptions-external/tevion9693usb.desc | 38 ++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/descriptions-external/tevion9693usb.desc diff --git a/doc/descriptions-external/tevion9693usb.desc b/doc/descriptions-external/tevion9693usb.desc new file mode 100644 index 000000000..c620a0f6d --- /dev/null +++ b/doc/descriptions-external/tevion9693usb.desc @@ -0,0 +1,38 @@ +; +; 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 "tevion9693usb" ; name of backend +:version "0.0.3" ; version of backend +:status :alpha ; :alpha, :beta, :stable, :new +;:manpage ; name of manpage (if it exists) +:url "http://www.angelfire.com/linux/crapsite/" ; backend's web page + +:devicetype :scanner ; start of a list of devices.... + +:mfg "Tevion" ; name a manufacturer +:model "MD9693" ; name models for above-specified mfg. +:interface "USB" ; interface type of the device: +:comment "CIS scanner based on the GT6816 chip (Aldi scanner)." + +:mfg "Medion" ; another manufacturer... +:url "http://www.medion.de/" +:model "MD9705" +:interface "USB" +:comment "Apparently the same device like the Tevion." + +:mfg "Artec" ; another manufacturer... +:url "http://www.artecusa.com/" +:model "E+ 48U" +:interface "USB" +:comment "Untested, but apparently the same device like Tevion/Medion." + + +