From ccb0bbe80df2da5e2a1650bb7df1001937eee0ae Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Wed, 26 Feb 2003 14:25:46 +0000 Subject: [PATCH] Added description for hp5400 backend. It supports the Hewlett-Packard 5400, 5470 and (maybe) 5490 scanners. --- ChangeLog | 18 ++++------- doc/descriptions-external/hp5400.desc | 46 +++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 12 deletions(-) create mode 100644 doc/descriptions-external/hp5400.desc diff --git a/ChangeLog b/ChangeLog index f8e31f50b..295bde5d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-26 Henning Meier-Geinitz + + * doc/descriptions-external/hp5400.desc: Added description for hp5400 + backend. It supports the Hewlett-Packard 5400, 5470 and (maybe) 5490 + scanners. + 2003-02-26 Ulrich Deiters * modified the Canon SCSI backend (now version 1.12): @@ -12,19 +18,7 @@ xscanimage when doing previews with scanners using hardware scan resolutions only. -<<<<<<< ChangeLog -2002-11-13 Ulrich Deiters - - * modified the Canon SCSI backend (now version 1.10): - * backend/canon.c, canon-scsi.c: Added support of focus control for - the FS2710 film scanner. - * backend/canon-sane.c: Set handler_arg in sanei_scsi_open() calls - to zero to avoid crashes with Mandrake Linux 9.0 - -2002-11-12 Oliver Rauch -======= 2003-02-25 Henning Meier-Geinitz ->>>>>>> 1.1505 * po/sane-backends.fr.po: Updated French translation (from Yann E. MORIN ). diff --git a/doc/descriptions-external/hp5400.desc b/doc/descriptions-external/hp5400.desc new file mode 100644 index 000000000..0790a169b --- /dev/null +++ b/doc/descriptions-external/hp5400.desc @@ -0,0 +1,46 @@ +; Copied from hp3300 testtools - Martijn van Oosterhout 22/02/2003 +; 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 "hp5400" ; name of backend +;:version "(0.1)" ; version of backend +:status :alpha ; :alpha, :beta, :stable, :new +;:manpage "sane-hp5400" ; name of manpage (if it exists) +:url "http://sourceforge.net/projects/hp5400backend" ; backend's web page +:comment "HP5400 and HP5470 scanners. Prototype backend available" + +:devicetype :scanner ; start of a list of devices.... + ; other types: :stillcam, :vidcam, + ; :meta, :api + +:mfg "Hewlett-Packard" ; name a manufacturer +:url "http://www.hp.com" + +:model "ScanJet 5400" ; name models for above-specified mfg. +:interface "USB" ; interface type of the device: + ; "SCSI", "USB", "Parport (EPP)", + ; "Parport (SPP)", "Parport (ECP)", + ; "Serial port" or "Propretiary". +:status :alpha + +:model "ScanJet 5470" ; name models for above-specified mfg. +:interface "USB" ; interface type of the device: +:status :alpha + +:model "ScanJet 5490" ; name models for above-specified mfg. +:interface "USB" ; interface type of the device: +:status :untested + + +; :comment and :url specifiers are optional after :mfg, :model, :desc, +; and at the top-level. + + +