From 8ed6601f69868fff9ad7071f889ba910e6df5d60 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Wed, 7 Dec 2005 19:03:41 +0000 Subject: [PATCH] Added .desc file for new external backend for Primax Colorado 2400U. --- ChangeLog | 6 ++++- doc/descriptions-external/primascan.desc | 32 ++++++++++++++++++++++++ doc/descriptions/unsupported.desc | 6 ----- 3 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 doc/descriptions-external/primascan.desc diff --git a/ChangeLog b/ChangeLog index e1feb05cf..c4f21192f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2005-12-07 Henning Meier-Geinitz - * 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 diff --git a/doc/descriptions-external/primascan.desc b/doc/descriptions-external/primascan.desc new file mode 100644 index 000000000..9350f8417 --- /dev/null +++ b/doc/descriptions-external/primascan.desc @@ -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 "" diff --git a/doc/descriptions/unsupported.desc b/doc/descriptions/unsupported.desc index 105508da0..5cb452d46 100644 --- a/doc/descriptions/unsupported.desc +++ b/doc/descriptions/unsupported.desc @@ -1559,12 +1559,6 @@ :status :unsupported :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" :url "/unsupported/visioneer-onetouch4400.html" :interface "USB"