From 6e9c41a892ed0e0da326e0278b3221ce3f5713b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 6 Oct 2014 14:00:40 +0200 Subject: Initial import of sane-backends version 1.0.24-1.2 --- doc/descriptions/hp3900.desc | 82 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/descriptions/hp3900.desc (limited to 'doc/descriptions/hp3900.desc') diff --git a/doc/descriptions/hp3900.desc b/doc/descriptions/hp3900.desc new file mode 100644 index 0000000..f2abaad --- /dev/null +++ b/doc/descriptions/hp3900.desc @@ -0,0 +1,82 @@ +; 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 "hp3900" +:version "0.12" +:manpage "sane-hp3900" +:url "http://sourceforge.net/projects/hp3900-series/" +:comment "Still Beta" +:devicetype :scanner + +; ----------------------------------------------------- +:mfg "Hewlett-Packard" +:url "http://www.hp.com" + +:model "ScanJet 3800" +:interface "USB" +:status :basic +:usbid "0x03f0" "0x2605" +:comment "Works with resolutions equal and less than 600dpi" + +:model "ScanJet 3970c" +:interface "USB" +:status :good +:usbid "0x03f0" "0x2305" + +:model "ScanJet 4070 Photosmart" +:interface "USB" +:status :good +:usbid "0x03f0" "0x2405" + +:model "ScanJet 4370" +:interface "USB" +:usbid "0x03f0" "0x4105" +:status :basic +:comment "Works with resolutions lower than 1200dpi" + +:model "ScanJet G2710" +:interface "USB" +:usbid "0x03f0" "0x2805" +:status :basic +:comment "Similar to hp scanjet 3800" + +:model "ScanJet G3010" +:interface "USB" +:usbid "0x03f0" "0x4205" +:status :basic +:comment "Similar to hp scanjet 4370" + +:model "ScanJet G3110" +:interface "USB" +:usbid "0x03f0" "0x4305" +:status :basic +:comment "Similar to hp scanjet 4370" + +; ----------------------------------------------------- +:mfg "UMAX" +:url "http://www.umax.com" + +:model "Astra 4900" +:interface "USB" +:usbid "0x06dc" "0x0020" +:status :minimal +:comment "developing yet" + +; ----------------------------------------------------- +:mfg "BenQ" +:url "http://www.benq.com/" + +:model "5550" +:interface "USB" +:usbid "0x04a5" "0x2211" +:status :minimal +:comment "developing yet" + -- cgit v1.2.3