kopia lustrzana https://gitlab.com/sane-project/backends
Added .desc file for new external backend for Primax
Colorado 2400U.merge-requests/1/head
rodzic
ade247b0c9
commit
8ed6601f69
|
@ -1,6 +1,10 @@
|
||||||
2005-12-07 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2005-12-07 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* doc/descriptions/unsupported.desc: Added Brother MFC-7300c.
|
* doc/descriptions/unsupported.desc: Added Brother
|
||||||
|
MFC-7300c. Removed Primax Colorado 2400U (now in
|
||||||
|
primascan.desc).
|
||||||
|
* doc/descriptions-external/primascan.desc: New external backend
|
||||||
|
for Primax Colorado 2400U.
|
||||||
|
|
||||||
2005-12-07 Gerhard Jaeger <gerhard@gjaeger.de>
|
2005-12-07 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
;
|
||||||
|
; 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 "primascan" ; 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://www.geocities.com/trsh0101/index.html" ; backend's web page
|
||||||
|
:comment "SANE backend and stand-alone program"
|
||||||
|
; comment about the backend
|
||||||
|
|
||||||
|
:devicetype :scanner ; start of a list of devices....
|
||||||
|
; other types: :stillcam, :vidcam,
|
||||||
|
; :meta, :api
|
||||||
|
|
||||||
|
:mfg "Primax" ; name a manufacturer
|
||||||
|
:url "http://www.primax.nl/"
|
||||||
|
|
||||||
|
:model "Colorado 2400U"
|
||||||
|
:interface "USB"
|
||||||
|
:status :minimal
|
||||||
|
;:comment ""
|
|
@ -1559,12 +1559,6 @@
|
||||||
:status :unsupported
|
:status :unsupported
|
||||||
:comment "Unsupported by SANE. But is reported to partly work with pxscan. See link."
|
:comment "Unsupported by SANE. But is reported to partly work with pxscan. See link."
|
||||||
|
|
||||||
:model "Colorado 2400U"
|
|
||||||
:url "/unsupported/primax-colorado-2400u.html"
|
|
||||||
:interface "USB"
|
|
||||||
:status :unsupported
|
|
||||||
:comment "Probably unsupported. See link for details."
|
|
||||||
|
|
||||||
:model "Primascan Colorado 2600u"
|
:model "Primascan Colorado 2600u"
|
||||||
:url "/unsupported/visioneer-onetouch4400.html"
|
:url "/unsupported/visioneer-onetouch4400.html"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
|
|
Ładowanie…
Reference in New Issue