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 "panamfs"               ; name of backend
14141cc406Sopenharmony_ci;:version "1.0.0"                   ; version of backend (or "unmaintained")
15141cc406Sopenharmony_ci;:manpage "sane-template"          ; name of manpage (if it exists)
16141cc406Sopenharmony_ci:url "http://panasonic.net/pcc/support/fax/common/table/linuxdriver.html" ; backend's web page
17141cc406Sopenharmony_ci:comment "External backend made by panasonic."
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 "Panasonic"                   ; name a manufacturer
25141cc406Sopenharmony_ci:url "http://panasonic.net/"   ; manufacturer's URL
26141cc406Sopenharmony_ci;:comment ""
27141cc406Sopenharmony_ci                                  ; comment about the manufacturer
28141cc406Sopenharmony_ci:model "DP-MC210"
29141cc406Sopenharmony_ci:status :untested
30141cc406Sopenharmony_ci:comment "No report yet."
31141cc406Sopenharmony_ci
32141cc406Sopenharmony_ci:model "DP-MB250"
33141cc406Sopenharmony_ci:status :untested
34141cc406Sopenharmony_ci:comment "No report yet."
35141cc406Sopenharmony_ci
36141cc406Sopenharmony_ci:model "DP-MB300 series"
37141cc406Sopenharmony_ci:status :untested
38141cc406Sopenharmony_ci:comment "No report yet."
39141cc406Sopenharmony_ci
40141cc406Sopenharmony_ci:model "KX-MB1500 series"
41141cc406Sopenharmony_ci:status :untested
42141cc406Sopenharmony_ci:comment "No report yet."
43141cc406Sopenharmony_ci
44141cc406Sopenharmony_ci:model "KX-MB2000 series"
45141cc406Sopenharmony_ci:status :untested
46141cc406Sopenharmony_ci:comment "No report yet."
47141cc406Sopenharmony_ci
48141cc406Sopenharmony_ci:model "KX-MB3000 series"
49141cc406Sopenharmony_ci:status :untested
50141cc406Sopenharmony_ci:comment "No report yet."
51141cc406Sopenharmony_ci
52141cc406Sopenharmony_ci:model "KX-MC6000 series"
53141cc406Sopenharmony_ci:status :untested
54141cc406Sopenharmony_ci:comment "No report yet."
55