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
11:backend "scanwit"                 ; name of backend
12:url "ftp://ftp.mccme.ru/users/ushakov/scanwit"
13;:version "(2001-10-10)"          ; version of backend
14;
15;:manpage "sane-ibm"            ; name of manpage (if it exists)
16:comment "The backend is not included because it lacks code for safe detection of the scanner and documentation."
17
18:devicetype :scanner
19
20:mfg "Benq (Acer)"                         ; name a manufacturer
21:url "http://www.benq.com"
22:comment "Formerly Acer Peripherals"
23
24:model "ScanWit 2720S"                  ; name models for above-specified mfg.
25:interface "SCSI"
26:status :basic
27:comment "Usable, but not complete"
28