New file (from Frank Zago <fzago@greshamstorage.com>).

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-02-02 13:38:06 +00:00
rodzic d55ac52653
commit 62e23b1511
1 zmienionych plików z 22 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,22 @@
;
; 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 "sceptre"
:version "(2002-02-02)" ; version of backend
:status :alpha ; :alpha, :beta, :stable, :new
;:manpage "sane-sceptre" ; name of manpage (if it exists)
:url "http://www.geocities.com/harikus2000/sane" ; backend's web page
:devicetype :scanner
:mfg "Sceptre"
:url "http://www.sceptre.com/"
:model "S1200"
:interface "SCSI"