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 "hp8200" 	          ; name of backend
14;:version "0.0"                   ; version of backend (or "unmaintained")
15;:manpage "sane-template"          ; name of manpage (if it exists)
16:url "http://www.cyberbaladeur.fr/telechargement.html" ; backend's web page
17:comment "This backend can't be added to the SANE distribution because it consists of binary-only code."
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 "Hewlett Packard"            ; name a manufacturer
25:url "http://www.hp.com/"         ; manufacturer's URL
26
27:model "ScanJet 8200"                  ; name models for above-specified mfg.
28:status :good                     ; :minimal, :basic, :good, :complete
29                                  ; :untested, or :unsupported
30:interface "USB"                  ; interface type of the device:
31                                  ; "SCSI", "USB", "Parport (EPP)",
32                                  ; "Parport (SPP)", "Parport (ECP)",
33                                  ; "Serial port", "IEEE-1394", "JetDirect",
34                                  ; or "Proprietary".
35:usbid "0x03f0" "0x0b01"
36:url "http://ftp.cyberbaladeur.fr/82xxc%20Linux%20drivers.tar.gz"  ; model's URL
37:comment "External backend. Binary-only Linux i386 code. Not supported by the SANE developers."
38