1141cc406Sopenharmony_ci; SANE Backend specification file
2141cc406Sopenharmony_ci;
3141cc406Sopenharmony_ci; It's basically emacs-lisp --- so ";" indicates comment to end of line.
4141cc406Sopenharmony_ci; All syntactic elements are keyword tokens, followed by a string or
5141cc406Sopenharmony_ci;  keyword argument, as specified.
6141cc406Sopenharmony_ci;
7141cc406Sopenharmony_ci; ":backend" *must* be specified.
8141cc406Sopenharmony_ci; All other information is optional (but what good is the file without it?).
9141cc406Sopenharmony_ci;
10141cc406Sopenharmony_ci
11141cc406Sopenharmony_ci:backend "scanwit"                 ; name of backend
12141cc406Sopenharmony_ci:url "ftp://ftp.mccme.ru/users/ushakov/scanwit"
13141cc406Sopenharmony_ci;:version "(2001-10-10)"          ; version of backend
14141cc406Sopenharmony_ci;
15141cc406Sopenharmony_ci;:manpage "sane-ibm"            ; name of manpage (if it exists)
16141cc406Sopenharmony_ci:comment "The backend is not included because it lacks code for safe detection of the scanner and documentation."
17141cc406Sopenharmony_ci
18141cc406Sopenharmony_ci:devicetype :scanner
19141cc406Sopenharmony_ci
20141cc406Sopenharmony_ci:mfg "Benq (Acer)"                         ; name a manufacturer
21141cc406Sopenharmony_ci:url "http://www.benq.com"
22141cc406Sopenharmony_ci:comment "Formerly Acer Peripherals"
23141cc406Sopenharmony_ci
24141cc406Sopenharmony_ci:model "ScanWit 2720S"                  ; name models for above-specified mfg.
25141cc406Sopenharmony_ci:interface "SCSI"
26141cc406Sopenharmony_ci:status :basic
27141cc406Sopenharmony_ci:comment "Usable, but not complete"
28