• 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 "sp15c"               ; name of backend
13:version "unmaintained"                    ; version of backend
14:manpage "sane-sp15c"          ; name of manpage (if it exists)
15;:url "http://www.aa.net/~bentson/sane.html" ; backend's web page
16
17:devicetype :scanner              ; start of a list of devices....
18                                  ; other types:  :stillcam, :vidcam,
19                                  ;               :meta, :api
20
21:mfg "Fujitsu"  ; name a manufacturer
22:url "http://www.fujitsu.com/"
23:url "https://fujitsuscanners.com/"
24
25:model "ScanPartner 15C"                  ; name models for above-specified mfg.
26:interface "SCSI"
27:status :good
28
29:model "ScanPartner 600C"                  ; name models for above-specified mfg.
30:interface "SCSI"
31:status :good
32