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 "as6e" ; name of backend 12:version "0.5 (unmaintained)" ; version of backend 13:manpage "sane-as6e" ; name of manpage (if it exists) 14:url "http://as6edriver.sourceforge.net/" 15 16:devicetype :scanner 17 18:mfg "Artec/Ultima" ; name a manufacturer 19:url "http://www.artecusa.com/" 20 21:model "AS6E" 22:interface "Parport" 23:status :basic 24:comment "Requires the program 'as6edriver' to run." 25 26:mfg "Trust" ; name a manufacturer 27:url "http://www.trust-site.com" 28:comment "Carefully check the model names. Trust uses similar names for completely different hardware." 29 30:model "Easy Scan 9600 Plus" 31:interface "Parport" 32:status :basic 33:comment "Requires the program 'as6edriver' to run." 34 35:mfg "Dexxa" ; name a manufacturer 36:url "http://www.dexxa.com" 37 38:model "4800" 39:interface "Parport" 40:status :basic 41:comment "Requires the program 'as6edriver' to run." 42 43; :comment and :url specifiers are optional after :mfg, :model, :desc, 44; and at the top-level. 45