From 69ad162e005ba56aa7ec38b2fe74fcdbd587b221 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Fri, 22 Feb 2002 19:28:20 +0000 Subject: [PATCH] New file. Description for the matsushita backend. Henning Meier-Geinitz --- backend/matsushita.desc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 backend/matsushita.desc diff --git a/backend/matsushita.desc b/backend/matsushita.desc new file mode 100644 index 000000000..c60f72708 --- /dev/null +++ b/backend/matsushita.desc @@ -0,0 +1,29 @@ +; +; 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 "matsushita" ; name of backend +:version "(1.0-0)" ; version of backend +:status :new ; :alpha, :beta, :stable, :new +;:manpage "sane-template" ; name of manpage (if it exists) +:url "http://www.geocities.com/harikus2000/sane" ; backend's web page + +:devicetype :scanner ; start of a list of devices.... + +:mfg "Panasonic" ; name a manufacturer +:url "http://www.panasonic.com/" +:model "KV-SS25" ; name models for above-specified mfg. +:interface "SCSI" + +; :comment and :url specifiers are optional after :mfg, :model, :desc, +; and at the top-level. + + +