New file. Description for the matsushita backend.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-02-22 19:28:20 +00:00
rodzic e06753227c
commit 69ad162e00
1 zmienionych plików z 29 dodań i 0 usunięć

Wyświetl plik

@ -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.