• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; SANE Backend specification file
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:backend "ricoh"               ; name of backend
11:version "unmaintained"                   ; version of backend
12;
13:manpage "sane-ricoh"         ; name of manpage (if it exists)
14
15:devicetype :scanner
16
17:mfg "Ricoh"                        ; name a manufacturer
18:url "http://www.ricoh.com/"
19
20:model "Ricoh IS50"                ; name models for above-specified mfg.
21:interface "SCSI"
22:status :basic
23;:comment "?"
24
25:model "Ricoh IS60"                ; name models for above-specified mfg.
26:interface "SCSI"
27:status :basic
28;:comment "?"
29