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 12:backend "leo" ; name of backend 13:version "1.0-10 (unmaintained)" ; version of backend 14:manpage "sane-leo" ; name of manpage (if it exists) 15:url "http://www.zago.net/sane/#leo" ; backend's web page 16 17:devicetype :scanner ; start of a list of devices.... 18 19:mfg "LEO" 20:model "LEOScan S3" 21:interface "SCSI" 22:comment "FCC ID LUZFS1130" 23:status :good 24 25:mfg "Across Technologies" 26:model "FS-1130" 27:interface "SCSI" 28:comment "FCC ID LUZFS1130" 29:status :good 30 31:mfg "Genius" 32:model "FS-1130 Colorpage Scanner" 33:interface "SCSI" 34:status :good 35