Removed (backend included in SANE).

merge-requests/1/head
Henning Geinitz 2005-02-20 20:18:30 +00:00
rodzic 76f6d02fdb
commit 98f01c7975
3 zmienionych plików z 8 dodań i 46 usunięć

Wyświetl plik

@ -12,6 +12,7 @@
<earlephilhower@yahoo.com>).
* doc/descriptions-external/sm3840.desc: Removed (backend included
in SANE).
* NEWS: Updated.
2005-02-14 Gerhard Jaeger <gerhard@gjaeger.de>

7
NEWS
Wyświetl plik

@ -1,4 +1,11 @@
-*-Mode: outline-*-
New with 1.0.16, released 2005-??-??:
* New backends: sm3840.
* Updated backends:
* Added Polish translation.
New with 1.0.15, released 2004-11-07:
* New backends: niash.

Wyświetl plik

@ -1,46 +0,0 @@
;
; 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