kopia lustrzana https://gitlab.com/sane-project/backends
Modified due to check-in of artec_eplus48u backend
rodzic
e33067f8ea
commit
4ea774818c
2
AUTHORS
2
AUTHORS
|
@ -12,6 +12,8 @@ Backends:
|
||||||
agfafocus: Karl Anders Øygard
|
agfafocus: Karl Anders Øygard
|
||||||
apple: Milon Firikis
|
apple: Milon Firikis
|
||||||
artec: Chris Pinkham (*)
|
artec: Chris Pinkham (*)
|
||||||
|
artec_eplus48u:Sergey Vlasov, Andreas Nowack, David Stevenson, and
|
||||||
|
Michael Herder (*)
|
||||||
as6e: Eugene S. Weiss (*)
|
as6e: Eugene S. Weiss (*)
|
||||||
avision: Meino Christian Cramer, Rene Rebe(*)
|
avision: Meino Christian Cramer, Rene Rebe(*)
|
||||||
bh: Tom Martone (*)
|
bh: Tom Martone (*)
|
||||||
|
|
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2002-11-20 Michael Herder <crapsite at gmx.net>
|
||||||
|
|
||||||
|
Added artec_eplus48u backend for the scanner Artec E+ 48U and
|
||||||
|
re-badged models like Tevion/Medion MD 9693, Medion MD 9705 and
|
||||||
|
Trust Easy Webscan 19200.
|
||||||
|
* backend/Makefile.in backend/dll.conf backend/artec_eplus48u.c
|
||||||
|
backend/artec_eplus48u.conf backend/artec_eplus48u.h
|
||||||
|
* doc/.cvsignore doc/Makefile.in doc/sane-artec_eplus48u.man doc/sane.man
|
||||||
|
doc/descriptions/artec_eplus48u.desc
|
||||||
|
* AUTHORS: Updated concerning artec_eplus48u.
|
||||||
|
|
||||||
2002-11-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2002-11-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* doc/sane-usb.man: Added quick start section. New structure/order.
|
* doc/sane-usb.man: Added quick start section. New structure/order.
|
||||||
|
|
|
@ -65,7 +65,7 @@ PRELOADABLE_BACKENDS = abaton agfafocus apple artec as6e avision bh canon \
|
||||||
microtek2 mustek mustek_pp mustek_usb nec @NET@ pie @PINT@ plustek \
|
microtek2 mustek mustek_pp mustek_usb nec @NET@ pie @PINT@ plustek \
|
||||||
@PNM@ @QCAM@ ricoh s9036 sceptre sharp @SM3600@ @SNAPSCAN@ \
|
@PNM@ @QCAM@ ricoh s9036 sceptre sharp @SM3600@ @SNAPSCAN@ \
|
||||||
sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u \
|
sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u \
|
||||||
@V4L@
|
@V4L@ artec_eplus48u
|
||||||
ifneq (@SELECTED_BACKENDS@,)
|
ifneq (@SELECTED_BACKENDS@,)
|
||||||
PRELOADABLE_BACKENDS = @SELECTED_BACKENDS@
|
PRELOADABLE_BACKENDS = @SELECTED_BACKENDS@
|
||||||
endif
|
endif
|
||||||
|
@ -87,7 +87,8 @@ endif
|
||||||
LIBOBJS = $(addprefix ../lib/,$(addsuffix .lo,$(LIBLIB_FUNCS)))
|
LIBOBJS = $(addprefix ../lib/,$(addsuffix .lo,$(LIBLIB_FUNCS)))
|
||||||
|
|
||||||
DISTFILES = abaton.c abaton.conf abaton.h agfafocus.c agfafocus.conf \
|
DISTFILES = abaton.c abaton.conf abaton.h agfafocus.c agfafocus.conf \
|
||||||
agfafocus.h apple.c apple.conf apple.h artec.c artec.conf artec.h as6e.c \
|
agfafocus.h apple.c apple.conf apple.h artec.c artec.conf artec.h \
|
||||||
|
artec_eplus48u.c artec_eplus48u.h artec_eplus48u.conf as6e.c \
|
||||||
as6e.h avision.c avision.conf avision.h bh.c bh.conf bh.h canon.c \
|
as6e.h avision.c avision.conf avision.h bh.c bh.conf bh.h canon.c \
|
||||||
canon.conf canon.h canon-sane.c canon-scsi.c canon630u.c canon630u-common.c \
|
canon.conf canon.h canon-sane.c canon-scsi.c canon630u.c canon630u-common.c \
|
||||||
canon630u.conf canon_pp.conf canon_pp.h canon_pp.c canon_pp-dev.c \
|
canon630u.conf canon_pp.conf canon_pp.h canon_pp.c canon_pp-dev.c \
|
||||||
|
@ -263,6 +264,8 @@ libsane-apple.la: ../sanei/sanei_scsi.lo
|
||||||
libsane-artec.la: ../sanei/sanei_config2.lo
|
libsane-artec.la: ../sanei/sanei_config2.lo
|
||||||
libsane-artec.la: ../sanei/sanei_constrain_value.lo
|
libsane-artec.la: ../sanei/sanei_constrain_value.lo
|
||||||
libsane-artec.la: ../sanei/sanei_scsi.lo
|
libsane-artec.la: ../sanei/sanei_scsi.lo
|
||||||
|
libsane-artec_eplus48u.la: ../sanei/sanei_constrain_value.lo
|
||||||
|
libsane-artec_eplus48u.la: ../sanei/sanei_usb.lo
|
||||||
libsane-as6e.la: ../sanei/sanei_config2.lo
|
libsane-as6e.la: ../sanei/sanei_config2.lo
|
||||||
libsane-as6e.la: ../sanei/sanei_constrain_value.lo
|
libsane-as6e.la: ../sanei/sanei_constrain_value.lo
|
||||||
libsane-avision.la: ../sanei/sanei_config2.lo
|
libsane-avision.la: ../sanei/sanei_config2.lo
|
||||||
|
|
|
@ -5,6 +5,7 @@ agfafocus
|
||||||
apple
|
apple
|
||||||
avision
|
avision
|
||||||
artec
|
artec
|
||||||
|
artec_eplus48u
|
||||||
as6e
|
as6e
|
||||||
bh
|
bh
|
||||||
canon
|
canon
|
||||||
|
|
|
@ -50,7 +50,7 @@ SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \
|
||||||
sane-umax_pp.5 sane-umax1220u.5 sane-sm3600.5 sane-usb.5 \
|
sane-umax_pp.5 sane-umax1220u.5 sane-sm3600.5 sane-usb.5 \
|
||||||
sane-mustek_usb.5 sane-sceptre.5 sane-canon_pp.5 sane-canon630u.5 \
|
sane-mustek_usb.5 sane-sceptre.5 sane-canon_pp.5 sane-canon630u.5 \
|
||||||
sane-teco1.5 sane-teco2.5 sane-teco3.5 sane-test.5 sane-sp15c.5 \
|
sane-teco1.5 sane-teco2.5 sane-teco3.5 sane-test.5 sane-sp15c.5 \
|
||||||
sane-coolscan2.5 sane-hpsj5s.5 sane-gt68xx.5
|
sane-coolscan2.5 sane-hpsj5s.5 sane-gt68xx.5 sane-artec_eplus48u.5
|
||||||
SECT7 = sane.7
|
SECT7 = sane.7
|
||||||
MANPAGES = $(SECT1) $(SECT5) $(SECT7)
|
MANPAGES = $(SECT1) $(SECT5) $(SECT7)
|
||||||
READMES = README AUTHORS COPYING ChangeLog LEVEL2 LICENSE NEWS PROBLEMS \
|
READMES = README AUTHORS COPYING ChangeLog LEVEL2 LICENSE NEWS PROBLEMS \
|
||||||
|
@ -88,7 +88,7 @@ DISTFILES = Makefile.in backend-writing.txt descriptions.txt \
|
||||||
sane-umax_pp.man sane-usb.man sane-v4l.man sane.man sane.png \
|
sane-umax_pp.man sane-usb.man sane-v4l.man sane.man sane.png \
|
||||||
sane.tex saned.man scanimage.man sane-sceptre.man sane-canon_pp.man \
|
sane.tex saned.man scanimage.man sane-sceptre.man sane-canon_pp.man \
|
||||||
sane-teco1.man sane-teco2.man sane-teco3.man sane-test.man sane-sp15c.man \
|
sane-teco1.man sane-teco2.man sane-teco3.man sane-test.man sane-sp15c.man \
|
||||||
sane-hpsj5s.man gamma4scanimage.man sane-gt68xx.man
|
sane-hpsj5s.man gamma4scanimage.man sane-gt68xx.man sane-artec_eplus48u.man
|
||||||
|
|
||||||
.PHONY: all clean depend dist distclean html html-man install \
|
.PHONY: all clean depend dist distclean html html-man install \
|
||||||
install-mostang sane-html uninstall
|
install-mostang sane-html uninstall
|
||||||
|
|
|
@ -138,6 +138,11 @@ The SANE Artec backend supports several Artex/Ultima SCSI flatbed scanners as
|
||||||
well as the BlackWidow BW4800SP and the Plustek 19200S. See sane-artec(5) for
|
well as the BlackWidow BW4800SP and the Plustek 19200S. See sane-artec(5) for
|
||||||
details.
|
details.
|
||||||
.TP
|
.TP
|
||||||
|
.B artec_eplus48u
|
||||||
|
The SANE artec_eplus48u backend supports the scanner Artec E+ 48U and re-badged
|
||||||
|
models like Tevion MD 9693, Medion MD 9693, Medion MD 9705 and Trust Easy
|
||||||
|
Webscan 19200. See sane-artec_eplus48u(5) for details.
|
||||||
|
.TP
|
||||||
.B as6e
|
.B as6e
|
||||||
This is a SANE backend for using the Artec AS6E parallel port interface
|
This is a SANE backend for using the Artec AS6E parallel port interface
|
||||||
scanner. See sane-as6e(5) for details.
|
scanner. See sane-as6e(5) for details.
|
||||||
|
|
Ładowanie…
Reference in New Issue