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; See doc/descriptions.txt for details.
12
13:backend "cs3200f"               ; name of backend
14;:version "0"                   ; version of backend (or "unmaintained")
15;:manpage "sane-cs3200f"          ; name of manpage (if it exists)
16;:url "http://www.luser.com/temp/" ; backend's web page
17:comment "Backend is in experimental CVS"
18                                  ; comment about the backend
19
20:devicetype :scanner              ; start of a list of devices....
21                                  ; other types:  :stillcam, :vidcam,
22                                  ;               :meta, :api
23
24:mfg "Canon"
25:url "http://www.canon.com/"
26
27:model "CanoScan 3200F"
28:url "/unsupported/canon-3200f.html"
29:interface "USB"
30:usbid "0x04a9" "0x2216"
31:status :minimal
32:comment "Backend is in experimental CVS."
33