sane-project-backends/backend/matsushita.desc

30 wiersze
989 B
Plaintext

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