• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; SANE Backend specification file (Matto Marjanovic's format)
2;
3; It's basically emacs-lisp --- so ";" indicates comment to end of line.
4; All syntactic elements are keyword tokens, followed by a string or
5;  keyword argument, as specified.
6;
7; ":backend" *must* be specified.
8; All other information is optional (but what good is the file without it?).
9;
10
11:backend "dmc"               ; name of backend
12:version "unmaintained"                    ; version of backend
13:manpage "sane-dmc"          ; name of manpage (if it exists)
14:devicetype :stillcam             ; start of a list of devices....
15                                  ; other types:  :stillcam, :vidcam,
16                                  ;               :meta, :api
17
18:mfg "Polaroid"                   ; name a manufacturer
19:url "http://www.polaroid.com/"
20
21:model "DMC"                  ; name models for above-specified mfg.
22:interface "SCSI"
23;:url "http://digitalimage.polaroid.com/products/digital_imaging/digital_cameras/dmcsuite/dmc/"
24:status :good
25; :comment and :url specifiers are optional after :mfg, :model, :desc,
26;  and at the top-level.
27