2002-05-29 19:10:12 +00:00
|
|
|
;
|
|
|
|
; 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 "hpsj5s" ; name of backend
|
2002-07-06 10:04:27 +00:00
|
|
|
:version "0.03" ; version of backend
|
2003-10-03 12:41:56 +00:00
|
|
|
;:status :alpha ; :alpha, :beta, :stable, :new
|
2002-05-29 19:10:12 +00:00
|
|
|
:manpage "sane-hpsj5s" ; name of manpage (if it exists)
|
|
|
|
:url "http://hpsj5s.sourceforge.net/" ; backend's web page
|
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
2002-09-18 20:43:10 +00:00
|
|
|
:mfg "Hewlett-Packard" ; name a manufacturer
|
2002-05-29 19:10:12 +00:00
|
|
|
:url "http://www.hp.com/"
|
2003-10-03 12:41:56 +00:00
|
|
|
|
2003-01-08 15:36:34 +00:00
|
|
|
:model "ScanJet 5s" ; name models for above-specified mfg.
|
2002-05-29 19:10:12 +00:00
|
|
|
:interface "Parport (EPP)"
|
2003-10-03 12:41:56 +00:00
|
|
|
:comment "Requires libieee1284 library. Only gray mode."
|
|
|
|
:status :minimal
|
2002-05-29 19:10:12 +00:00
|
|
|
|
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|
|
|
|
|