diff --git a/PROJECTS b/PROJECTS index 74248d1f1..6a570e936 100644 --- a/PROJECTS +++ b/PROJECTS @@ -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 EpsPhoto: for PhotoPC500 (wanted?) Jeff Tranter +Fujitsu M3091DCd support (wip) +Frederik Ramm +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 +Henning Meier-Geinitz et. al. Mustek 1200 CU USB scanner (planned) Daniel Münch diff --git a/backend/dll.desc b/backend/dll.desc index b3df05b01..b4703bcb6 100644 --- a/backend/dll.desc +++ b/backend/dll.desc @@ -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." diff --git a/backend/m3091.desc b/backend/m3091.desc new file mode 100644 index 000000000..288cf0824 --- /dev/null +++ b/backend/m3091.desc @@ -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" + diff --git a/doc/sane-mustek.man b/doc/sane-mustek.man index 5e3d6b31c..455a327f2 100644 --- a/doc/sane-mustek.man +++ b/doc/sane-mustek.man @@ -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/ .