; ; SANE Backend specification file ; ; It's basically emacs-lisp --- so ";" indicates comment to end of line. ; All syntactic elements are keyword tokens, followed by a string or ; keyword argument, as specified. ; ; ":backend" *must* be specified. ; All other information is optional (but what good is the file without it?). ; :backend "umax" ; name of backend :version "0.73l" ; version of backend :status :beta ; :alpha, :beta, :stable, :new :manpage "sane-umax" ; name of manpage (if it exists) :url "http://www.wolfsburg.de/~rauch/" ; backend's web page :devicetype :scanner ; start of a list of devices.... ; other types: :stillcam, :vidcam, ; :meta, :api :mfg "UMAX" ; name a manufacturer :url "http://www.umax.com/" :model "Vista S6" ; name models for above-specified mfg. :model "Vista S6E" :model "UMAX S-6E" :model "UMAX S-6EG" :model "Vista-S8" :model "Supervista S-12" :model "UMAX S-12" :model "UMAX S-12G" :model "Astra 600S" :model "Astra 610S" :model "Astra 1200S" :model "Astra 1220S" :model "UC 630" :model "UG 630" :model "UG 80" :model "Vista-T630" :model "PSD" :model "PL-II" :model "Office" :mfg "Escom" ; another manufacturer... :model "Image Scanner 256" :mfg "Linotype Hell" ; another manufacturer... :model "Jade" :comment "SCSI-ID=Office" ; :comment and :url specifiers are optional after :mfg, :model, :desc, ; and at the top-level.