• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;
2; SANE Backend specification file
3;
4; It's basically emacs-lisp --- so ";" indicates comment to end of line.
5; All syntactic elements are keyword tokens, followed by a string or
6;  keyword argument, as specified.
7;
8; ":backend" *must* be specified.
9; All other information is optional (but what good is the file without it?).
10;
11
12:backend "hpsj5s"                 ; name of backend
13:version "0.03 (unmaintained)"    ; version of backend
14;:status :alpha                     ; :alpha, :beta, :stable, :new
15:manpage "sane-hpsj5s"                ; name of manpage (if it exists)
16:url "http://hpsj5s.sourceforge.net/" ; backend's web page
17
18:devicetype :scanner              ; start of a list of devices....
19                                  ; other types:  :stillcam, :vidcam,
20                                  ;               :meta, :api
21
22:mfg "Hewlett-Packard"                         ; name a manufacturer
23:url "http://www.hp.com/"
24
25:model "ScanJet 5s"           ; name models for above-specified mfg.
26:interface "Parport (EPP)"
27:comment "Requires libieee1284 library. Only gray mode."
28:status :minimal
29
30; :comment and :url specifiers are optional after :mfg, :model, :desc,
31;  and at the top-level.
32