1; SANE Backend specification file
2;
3; It's basically emacs-lisp --- so ";" indicates comment to end of line.
4; All syntactic elements are keyword tokens, followed by a string or
5;  keyword argument, as specified.
6;
7; ":backend" *must* be specified.
8; All other information is optional (but what good is the file without it?).
9;
10
11:backend "ibm"                 ; name of backend
12:url "http://www.meier-geinitz.de/sane/ibm-backend/"
13:version "1.0-4 (unmaintained)" ; version of backend
14;
15:manpage "sane-ibm"            ; name of manpage (if it exists)
16:comment "This backend has had only limited testing. It needs more work especially for the Ricoh scanners. Patches are welcome."
17
18:devicetype :scanner
19
20:mfg "IBM"                         ; name a manufacturer
21:url "http://www.ibm.com/"
22
23:model "2456"                  ; name models for above-specified mfg.
24:interface "SCSI"
25:status :basic
26:comment "Was reported to work long time ago. Reports are welcome."
27
28:mfg "Ricoh"                         ; name a manufacturer
29:model "IS-410"
30:interface "SCSI"
31:status :untested
32:comment "Untested, please report!"
33
34:model "IS-420"
35:interface "SCSI"
36:status :basic
37:comment "Works at least in flatbed mode."
38
39:model "IS-430"
40:interface "SCSI"
41:status :untested
42:comment "Untested, please report!"
43