Added files for 'hp3900' backend

merge-requests/1/head
Jonathan Bravo Lopez 2007-12-13 00:26:08 +00:00
rodzic 83e5a63060
commit 46376814f2
9 zmienionych plików z 37 dodań i 9 usunięć

Wyświetl plik

@ -42,6 +42,7 @@ Backends:
Geoffrey Dairiki
hpsj5s: Max Vorobiev
hp3500: Troy Rollo (*)
hp3900: Jonathan Bravo Lopez (*)
hp4200: Adrian Perez Jorge, Andrew John Lewis, Arnar Mar Hrafnkelsson,
Frank Zago, Henning Geinitz (*)
hp5400: Martijn van Oosterhout, Thomas Soumarmon (*)
@ -168,6 +169,7 @@ James Perry <jamesp@epcc.ed.ac.uk>
Jeff Freedman <jsf@hevanet.com>
Jochen Eisinger <jochen.eisinger@gmx.net>
Jon Chambers <jon@jon.demon.co.uk>
Jonathan Bravo Lopez <jkdsoft@gmail.com>
Juergen G. Schimmer <schimmi@nbgm.siemens.de>
Julien Blache <jb@jblache.org>
Karl Anders Øygard <karlo@opera.no>

Wyświetl plik

@ -1,10 +1,15 @@
2007-12-13 Jonathan Bravo Lopez <jkdsoft@gmail.com>
* Added files for 'hp3900' backend which supports
HP Scanjet 3800/3970/4070/4370/G3010
* doc/descriptions-external/hp3900.desc: moved to doc/descriptions
2007-12-10 Alessandro Zummo <a.zummo@towertech.it>
* backend/epson2.c: use epson2_model where possible,
fixed segmentation fault.
2007-12-08 Giuseppe Sacco <eppesuig@debian.org>
* Added esperanto translation, per Antonio Codazzi.
* Added esperanto translation, per Antonio Codazzi.
2007-11-23 Gerhard Jaeger <gerhard@gjaeger.de>

Wyświetl plik

@ -115,6 +115,8 @@ DISTFILES = abaton.c abaton.conf.in abaton.h agfafocus.c agfafocus.conf.in \
hp-accessor.c hp-accessor.h hp.c hp.conf.in \
hp-device.c hp-device.h hp.h hp-handle.c hp-handle.h hp-hpmem.c hp-option.c \
hp-option.h hp.README hp-scl.c hp-scl.h hp-scsi.h hp.TODO \
hp3900.c hp3900.conf.in hp3900_config.c hp3900_debug.c hp3900_rts8822.c \
hp3900_sane.c hp3900_types.c hp3900_usb.c \
hpsj5s.c hpsj5s.conf.in hpsj5s.h \
hp4200.c hp4200.conf.in hp4200.h hp4200_lm9830.c hp4200_lm9830.h \
hp3500.c \
@ -407,6 +409,7 @@ libsane-hp.la: ../sanei/sanei_thread.lo
libsane-hp3500.la: ../sanei/sanei_usb.lo
libsane-hp3500.la: ../sanei/sanei_thread.lo
libsane-hp3500.la: ../sanei/sanei_constrain_value.lo
libsane-hp3900.la: ../sanei/sanei_usb.lo
libsane-hp4200.la: ../sanei/sanei_constrain_value.lo
libsane-hp4200.la: ../sanei/sanei_usb.lo
libsane-hp4200.la: ../sanei/sanei_pv8630.lo

Wyświetl plik

@ -26,6 +26,7 @@ fujitsu
genesys
gt68xx
hp
hp3900
hpsj5s
hp3500
hp4200

2
configure vendored
Wyświetl plik

@ -27050,7 +27050,7 @@ echo "$as_me: Manually selected backends: ${BACKENDS}" >&6;}
plustek_pp ricoh s9036 sceptre sharp \
sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u \
artec_eplus48u ma1509 ibm hp5400 u12 snapscan niash sm3840 hp4200 \
sm3600 hp3500 stv680 epson2 hp5590"
sm3600 hp3500 stv680 epson2 hp5590 hp3900"
if test "${sane_cv_use_libjpeg}" != "yes"; then
echo "*** disabling DC210 backend (failed to find JPEG library)"

Wyświetl plik

@ -367,7 +367,7 @@ else
plustek_pp ricoh s9036 sceptre sharp \
sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u \
artec_eplus48u ma1509 ibm hp5400 u12 snapscan niash sm3840 hp4200 \
sm3600 hp3500 stv680 epson2 hp5590"
sm3600 hp3500 stv680 epson2 hp5590 hp3900"
if test "${sane_cv_use_libjpeg}" != "yes"; then
echo "*** disabling DC210 backend (failed to find JPEG library)"

Wyświetl plik

@ -54,7 +54,7 @@ SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \
sane-ma1509.5 sane-ibm.5 sane-hp5400.5 sane-plustek_pp.5 sane-u12.5 \
sane-niash.5 sane-sm3840.5 sane-genesys.5 sane-hp4200.5 \
sane-mustek_usb2.5 sane-hp3500.5 sane-pixma.5 sane-stv680.5 \
sane-hp5590.5 sane-cardscan.5
sane-hp5590.5 sane-cardscan.5 sane-hp3900.5
SECT7 = sane.7
SECT8 = saned.8
MANPAGES = $(SECT1) $(SECT5) $(SECT7) $(SECT8)
@ -112,7 +112,7 @@ DISTFILES = Makefile.in backend-writing.txt descriptions.txt \
sane-ma1509.man sane-ibm.man sane-hp5400.man sane-plustek_pp.man \
sane-u12.man sane-niash.man sane-sm3840.man sane-genesys.man sane-hp4200.man \
sane-mustek_usb2.man sane-hp3500.man sane-pixma.man sane-stv680.man \
sane-hp5590.man sane-cardscan.man
sane-hp5590.man sane-cardscan.man sane-hp3900.man
.PHONY: all clean depend dist distclean html html-man install \
sane-html uninstall

Wyświetl plik

@ -10,7 +10,7 @@
; See doc/descriptions.txt for details.
:backend "hp3900"
:version "0.9"
:version "0.10"
:manpage "sane-hp3900"
:url "http://sourceforge.net/projects/hp3900-series/"
:comment "Still Beta"
@ -24,7 +24,7 @@
:interface "USB"
:status :basic
:usbid "0x03f0" "0x2605"
:comment "Works with resolutions equal and less than 600dpi"
:comment "Works with resolutions equal and less then 600dpi"
:model "ScanJet 3970c"
:interface "USB"
@ -46,7 +46,7 @@
:interface "USB"
:usbid "0x03f0" "0x4205"
:status :basic
:comment "Not tested yet. Seems to be equal to hp scanjet 4370"
:comment "Similar to hp scanjet 4370"
; -----------------------------------------------------
:mfg "UMAX"
@ -56,4 +56,15 @@
:interface "USB"
:usbid "0x06dc" "0x0020"
:status :minimal
:comment "testing yet"
:comment "developing yet"
; -----------------------------------------------------
:mfg "BenQ"
:url "http://www.benq.com/"
:model "5550"
:interface "USB"
:usbid "0x04a5" "0x2211"
:status :minimal
:comment "developing yet"

Wyświetl plik

@ -275,6 +275,11 @@ The SANE backend for the Hewlett-Packard ScanJet 3500 series. See
.BR sane-hp3500 (5)
for details.
.TP
.B hp3900
The SANE backend for the Hewlett-Packard ScanJet 3900 series. See
.BR sane-hp3900 (5)
for details.
.TP
.B hp4200
The SANE backend for the Hewlett-Packard ScanJet 4200 series. See
.BR sane-hp4200 (5)
@ -814,6 +819,7 @@ for details).
.BR sane-hp (5),
.BR sane-hpsj5s (5),
.BR sane-hp3500 (5),
.BR sane-hp3900 (5),
.BR sane-hp4200 (5),
.BR sane-hp5400 (5),
.BR sane-ibm (5),