1141cc406Sopenharmony_ci;
2141cc406Sopenharmony_ci; SANE Backend specification file
3141cc406Sopenharmony_ci;
4141cc406Sopenharmony_ci; It's basically emacs-lisp --- so ";" indicates comment to end of line.
5141cc406Sopenharmony_ci; All syntactic elements are keyword tokens, followed by a string or
6141cc406Sopenharmony_ci;  keyword argument, as specified.
7141cc406Sopenharmony_ci;
8141cc406Sopenharmony_ci; ":backend" *must* be specified.
9141cc406Sopenharmony_ci; All other information is optional (but what good is the file without it?).
10141cc406Sopenharmony_ci;
11141cc406Sopenharmony_ci; See doc/descriptions.txt for details.
12141cc406Sopenharmony_ci
13141cc406Sopenharmony_ci:backend "lhii"               ; name of backend
14141cc406Sopenharmony_ci;:version "0.42"                   ; version of backend (or "unmaintained")
15141cc406Sopenharmony_ci;:manpage "sane-template"          ; name of manpage (if it exists)
16141cc406Sopenharmony_ci:url "http://www.sane-project.org/backends/lhii/lhii-v0.2.tgz" ; backend's web page
17141cc406Sopenharmony_ci:comment "This backend is for old handscanners with proprietary adapter cards. You also need a kernel driver. You may find such drivers at that page: http://www.willamowius.de/scanner.html ."
18141cc406Sopenharmony_ci                                  ; comment about the backend
19141cc406Sopenharmony_ci
20141cc406Sopenharmony_ci:devicetype :scanner              ; start of a list of devices....
21141cc406Sopenharmony_ci                                  ; other types:  :stillcam, :vidcam,
22141cc406Sopenharmony_ci                                  ;               :meta, :api
23141cc406Sopenharmony_ci
24141cc406Sopenharmony_ci:mfg "Mustek"                   ; name a manufacturer
25141cc406Sopenharmony_ci:comment "Other models may also be supported."
26141cc406Sopenharmony_ci
27141cc406Sopenharmony_ci:model "CG-6000"                  ; name models for above-specified mfg.
28141cc406Sopenharmony_ci:status :untested                 ; :minimal, :basic, :good, :complete
29141cc406Sopenharmony_ci                                  ; :untested, or :unsupported
30141cc406Sopenharmony_ci:interface "Proprietary"                 ; interface type of the device:
31141cc406Sopenharmony_ci                                  ; "SCSI", "USB", "Parport (EPP)",
32141cc406Sopenharmony_ci                                  ; "Parport (SPP)", "Parport (ECP)",
33141cc406Sopenharmony_ci                                  ; "Serial port", "IEEE-1394", "JetDirect",
34141cc406Sopenharmony_ci                                  ; or "Proprietary".
35141cc406Sopenharmony_ci:url "http://www.sane-project.org/backends/lhii/gi1904-v0.2.tgz"  ; model's URL
36141cc406Sopenharmony_ci:comment "Old handscanner. Hasn't been tested for a long time but once worked. See link for the linux kernel driver that's necessary to run the scanner."  ; comment about the model
37141cc406Sopenharmony_ci
38141cc406Sopenharmony_ci
39141cc406Sopenharmony_ci; :comment and :url specifiers are optional after :mfg, :model, :desc,
40141cc406Sopenharmony_ci;  and at the top-level.
41141cc406Sopenharmony_ci
42141cc406Sopenharmony_ci; :status specifier is optional after :model and at the top-level
43