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 "teco3" ; name of backend 13:version "1.0-1 (unmaintained)" ; version of backend 14:manpage "sane-teco3" ; name of manpage (if it exists) 15:url "http://www.zago.net/sane/#teco3" ; backend's web page 16 17:devicetype :scanner ; start of a list of devices.... 18 ; other types: :stillcam, :vidcam, 19 ; :meta, :api 20 21 22:mfg "Relisys" 23:url "http://www.tecoimage.com.tw/" 24:model "Infinity Scorpio" 25:comment "sub model VM3552" 26:interface "SCSI" 27:status :good 28 29:mfg "Plustek" 30:model "OpticPro 2400SP" 31:comment "sub model VM3552" 32:interface "SCSI" 33:status :untested 34 35:mfg "PIOTECH" 36:url "http://www.image-land.com/" 37:model "Splendeur 3024" 38:comment "sub model VM3552" 39:interface "SCSI" 40:status :good 41 42:mfg "Trust" 43:model "Imagery 2400 SP" 44:comment "sub model VM3552" 45:interface "SCSI" 46:status :good 47 48:model "Imagery 4800 SP+" 49:comment "sub model VM3552" 50:interface "SCSI" 51:status :good 52 53:model "Imagery 9600 SP" 54:comment "sub model VM3552" 55:interface "SCSI" 56:status :untested 57 58; :comment and :url specifiers are optional after :mfg, :model, :desc, 59; and at the top-level. 60