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 "v4l2"                   ; name of backend
13;:version "(19991125)"             ; version of backend
14;:manpage "sane-v4l2"             ; name of manpage (if it exists)
15:url "http://video.inodes.org/sane-v4l2/" ; backend's web page
16:comment "The status of this backend is unknown. It hasn't been updated for years. The v4l2 API is now in Linux 2.5 but it's not clear if the v4l2 backend is compatible to that API."
17
18:devicetype :api                  ; specify a different type
19:desc "Interface to Video For Linux 2 API"    ; describe a non-hardware device
20; :comment and :url specifiers are optional after :mfg, :model, :desc,
21;  and at the top-level.
22