From e137eecca5bc18c03c36a969c5c4ffa232161198 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 24 Jul 2005 20:59:21 +0000 Subject: [PATCH] Added external hp3770 and hp8200 backends. --- ChangeLog | 3 +++ doc/descriptions-external/hp3770.desc | 38 +++++++++++++++++++++++++++ doc/descriptions-external/hp8200.desc | 38 +++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 doc/descriptions-external/hp3770.desc create mode 100644 doc/descriptions-external/hp8200.desc diff --git a/ChangeLog b/ChangeLog index 247dea5a5..f07187e11 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,9 @@ reported to work (bug #301960). * doc/descriptions-external/hp_rts88xx.desc: Moved unsupported devices to unsupported.desc. + * doc/descriptions-external/hp3770.desc + doc/descriptions-external/hp8200.desc: Added external hp3770 and + hp8200 backends. 2005-07-22 Giuseppe Sacco diff --git a/doc/descriptions-external/hp3770.desc b/doc/descriptions-external/hp3770.desc new file mode 100644 index 000000000..705bb43ba --- /dev/null +++ b/doc/descriptions-external/hp3770.desc @@ -0,0 +1,38 @@ +; +; 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 "hp3770" ; name of backend +;:version "0.0" ; 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.cyberbaladeur.fr/telechargement.html" ; backend's web page +:comment "This backend can't be added to the SANE distribution because it contains non-free code." + ; comment about the backend + +: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/" ; manufacturer's URL + +:model "ScanJet 3770" ; name models for above-specified mfg. +:status :good ; :minimal, :basic, :good, :complete + ; :untested, or :unsupported +:interface "USB" ; interface type of the device: + ; "SCSI", "USB", "Parport (EPP)", + ; "Parport (SPP)", "Parport (ECP)", + ; "Serial port", "IEEE-1394", "JetDirect", + ; or "Proprietary". +:url "http://ftp.cyberbaladeur.fr/3770.tar.gz" ; model's URL + diff --git a/doc/descriptions-external/hp8200.desc b/doc/descriptions-external/hp8200.desc new file mode 100644 index 000000000..ea5501246 --- /dev/null +++ b/doc/descriptions-external/hp8200.desc @@ -0,0 +1,38 @@ +; +; 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 "hp8200" ; name of backend +;:version "0.0" ; 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.cyberbaladeur.fr/telechargement.html" ; backend's web page +:comment "This backend can't be added to the SANE distribution because it contains non-free code." + ; comment about the backend + +: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/" ; manufacturer's URL + +:model "ScanJet 8200" ; name models for above-specified mfg. +:status :good ; :minimal, :basic, :good, :complete + ; :untested, or :unsupported +:interface "USB" ; interface type of the device: + ; "SCSI", "USB", "Parport (EPP)", + ; "Parport (SPP)", "Parport (ECP)", + ; "Serial port", "IEEE-1394", "JetDirect", + ; or "Proprietary". +:url "http://ftp.cyberbaladeur.fr/82xxc%20Linux%20drivers.tar.gz" ; model's URL +