2000-03-05 13:57:25 +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 "lhii" ; name of backend
|
2001-05-14 08:39:35 +00:00
|
|
|
:version "(0.2)" ; version of backend
|
2000-03-05 13:57:25 +00:00
|
|
|
:status :alpha ; :alpha, :beta, :stable, :new
|
2001-05-14 08:39:35 +00:00
|
|
|
; :manpage "sane-lhii" ; name of manpage (if it exists)
|
|
|
|
:url "mailto:bauer-h@web.de" ; backend's web page
|
2000-03-05 13:57:25 +00:00
|
|
|
|
|
|
|
:devicetype :scanner ; start of a list of devices....
|
|
|
|
; other types: :stillcam, :vidcam,
|
|
|
|
; :meta, :api
|
|
|
|
|
|
|
|
:desc "Linux Drivers for Handheld Scanners" ; name a manufacturer
|
|
|
|
:url "http://www.willamowius.de/scanner.html"
|
2000-08-12 15:11:46 +00:00
|
|
|
:interface "Proprietary"
|
2000-03-05 13:57:25 +00:00
|
|
|
|
|
|
|
; :comment and :url specifiers are optional after :mfg, :model, :desc,
|
|
|
|
; and at the top-level.
|
|
|
|
|