Added .desc file for (older) external backend for Brother MFC 4600 (USB version).

merge-requests/1/head
Henning Geinitz 2005-12-09 11:43:06 +00:00
rodzic dcaca7c67b
commit d69c57191e
2 zmienionych plików z 41 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2005-12-09 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions-external/brother-mfc4600.desc: Added .desc file
for (older) external backend for Brother MFC 4600 (USB version).
2005-12-08 Gerhard Jaeger <gerhard@gjaeger.de>
* backend/plustek-pp_tpa.c backend/u12-tpa.c: Fixed nasty

Wyświetl plik

@ -0,0 +1,36 @@
;
; 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?).
;
; See doc/descriptions.txt for details.
:backend "brother-mfc4600" ; name of backend
;:version "0.42" ; version of backend (or "unmaintained")
;:new :yes ; Is the backend new to this SANE release?
; :yes or :no
;:manpage "sane-template" ; name of manpage (if it exists)
:url "http://sourceforge.net/projects/brother-mfc"
;:comment ""
; comment about the backend
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Brother"
:url "http://www.brother.com/"
:model "MFC 4600"
:status :basic
:url "http://sourceforge.net/projects/brother-mfc"
:interface "USB"
:comment "Only USB version of this scanner is supported. Please report how well it works. See link."