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 "pl12x"                  ; name of backend
14;:version ""                      ; version of backend (or "unmaintained")
15;:manpage "sane-template"         ; name of manpage (if it exists)
16:url "https://acct90501.secure.netsuite.com/c.ACCT90501/820ix%20linux%20Driver%205%2031%202022.zip" ; backend's web page
17:comment "External backend supplied by Ambir Technology. As this software contains non-free parts, it can't be included into SANE. If you can't find your model here, please have a look at the Ambir website which contains the latest list."
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 "Ambir Technology"           ; name a manufacturer
25:url "https://www.ambir.com/"     ; manufacturer's URL
26;:comment ""
27                                  ; comment about the manufacturer
28
29;reports that we have seen
30
31
32:model "ImageScan Pro 820ix"
33:status :complete
34:interface "USB"
35:usbid "0x20ec" "0x820b"
36