2001-04-29 Henning Meier-Geinitz <henning@meier-geinitz.de>

* PROJECTS: Added entry for the Fujitsu M3091DCd. Updated my email
	  address.
	* TODO: Added entry for the Fujitsu M3091DCd and a combined Fujitsu
	  backend. Clarified that "printf" also shouldn't be used.
	* backend/dll.desc: Added my email as contact address.
	* backend/m3091.desc: New file for the Fujitsu M3091DCd.
	* doc/sane-mustek.man: Updated URL.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-04-29 10:11:08 +00:00
rodzic 28345d62ab
commit 710a6eca75
4 zmienionych plików z 35 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
PROJECTS (2001-04-07)
PROJECTS (2001-04-29)
Here is a list of projects that various people have expressed interest
in. Before starting working on one of these projects, it may be a
@ -32,6 +32,10 @@ Matthew K. Gray <mkgray@mit.edu>
EpsPhoto: for PhotoPC500 (wanted?)
Jeff Tranter <tranter@software.Mitel.COM>
Fujitsu M3091DCd support (wip)
Frederik Ramm <frederik@remote.org>
http://www.remote.org/frederik/projects/software/sane/
Handheld scanner support: e.g. for Mustek CG-6000 (wip)
ftp://www.cs.ubishops.ca/pub/lhii/
@ -42,7 +46,7 @@ Microtek ScanMaker 3600 USB scanner (wip)
http://sm3600.sourceforge.net
Mustek BearPaw USB scanner (wip)
Henning Meier-Geinitz <hmg@gmx.de>
Henning Meier-Geinitz <henning@meier-geinitz.de> et. al.
Mustek 1200 CU USB scanner (planned)
Daniel Münch <aris.to@gmx.de>

Wyświetl plik

@ -2,6 +2,7 @@
:version "1.0.2"
:status :beta
:manpage "sane-dll"
:url "mailto:henning@meier-geinitz.de"
:devicetype :meta
:desc "Dynamic loading of shared-library backends."

26
backend/m3091.desc 100644
Wyświetl plik

@ -0,0 +1,26 @@
;
; 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?).
;
:backend "m3091" ; name of backend
:version "(1.11)" ; version of backend
:status :beta ; :alpha, :beta, :stable, :new
;:manpage "sane-fujitsu" ; name of manpage (if it exists)
:url "http://www.remote.org/frederik/projects/software/sane/" ; backend's web page
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Fujitsu" ; name a manufacturer
:url "http://www.fujitsu.com/scanners.html"
:model "M3091DCd" ; name models for above-specified mfg.
:interface "SCSI"

Wyświetl plik

@ -48,7 +48,7 @@ Trust SCSI Connect 19200
.RE
.PP
More details can be found on the Mustek backend homepage
.IR http://hmg.home.pages.de/sane/.
.IR http://www.meier-geinitz.de/sane/.
.PP
Don't mix up MFS (Paragon), Pro and ScanExpress models! They're
completely different. Check the exact model name!
@ -346,5 +346,5 @@ Some scanners (e.g. Paragon 1200 A3 + Pro, SE A3) need more testing.
More detailed bug information is available at the Mustek backend
homepage
.IR http://hmg.home.pages.de/sane/ .
.IR http://www.meier-geinitz.de/sane/ .