Added new external backend sm3840.

merge-requests/1/head
Henning Geinitz 2005-02-06 16:52:59 +00:00
rodzic 3ba4918baf
commit 36a7051f52
3 zmienionych plików z 48 dodań i 6 usunięć

Wyświetl plik

@ -2,6 +2,8 @@
* doc/descriptions/unsupported.desc: Added several scanners. Minor
fixes.
* doc/descriptions-external/sm3840.desc: Added new external
backend sm3840.
2005-02-04 Gerhard Jaeger <gerhard@gjaeger.de>

Wyświetl plik

@ -0,0 +1,46 @@
;
; 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 "sm3840" ; name of backend
;:version "1.0" ; 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://www.ziplabel.com/sm3840/" ; backend's web page
:comment "This reverse-engineered backend supports the USB ScanMaker 3840 model"
; comment about the backend
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Microtek" ; name a manufacturer
:url "http://www.microtek.com/" ; manufacturer's URL
:comment "TemPlate scanners are sometimes labeled \"TMP\""
; comment about the manufacturer
:model "ScanMaker 3840" ; name models for above-specified mfg.
:status :good ; :minimal, :basic, :good, :complete
; :untested, or :unsupported
:interface "USB" ; interface type of the device:
; "SCSI", "USB", "Parport (EPP)",
; "Parport (SPP)", "Parport (ECP)",
; "Serial port", "IEEE-1394", "JetDirect",
; or "Proprietary".
:comment "8 and 16 bit color and grayscale" ; comment about the model
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.
; :status specifier is optional after :model and at the top-level

Wyświetl plik

@ -795,12 +795,6 @@
:status :unsupported
:comment "Unsupported. See link for more details."
:model "ScanMaker 3840"
:url "/unsupported/microtek-scanmaker-3840.html"
:interface "USB"
:status :unsupported
:comment "Unsupported. See link for more details."
:model "ScanMaker 4700"
:url "/unsupported/microtek-scanmaker-4700.html"
:interface "USB"