kopia lustrzana https://gitlab.com/sane-project/backends
added coolscan3 backend
rodzic
bd8ece51d8
commit
4f022fba36
|
@ -1,3 +1,9 @@
|
|||
2008-02-18 Alessandro Zummo <a.zummo@towertech.it>
|
||||
* backend/coolscan3.c: added new coolscan3 backend
|
||||
with improved stability and infrared support.
|
||||
* configure.in, include/sanei.h: bumped version
|
||||
number to 1.1.0 and enabled 1.1 frame types.
|
||||
|
||||
2008-02-18 Nicolas Martin <nicols-guest at users.alioth.debian.org
|
||||
* backend/pixma.c, backend/pixma.h, backend/pixma_common.c,
|
||||
backend/pixma_io_sanei.c, backend/pixma_mp150.c,
|
||||
|
|
|
@ -103,6 +103,7 @@ DISTFILES = Makefile.in saned.conf.in sane_strstatus.c stubs.c \
|
|||
cardscan.c cardscan.conf.in cardscan.h \
|
||||
coolscan.c coolscan.conf.in coolscan.h coolscan-scsidef.h \
|
||||
coolscan2.c coolscan2.conf.in \
|
||||
coolscan3.c coolscan3.conf.in \
|
||||
dc210.c dc210.conf.in dc210.h \
|
||||
dc240.c dc240.conf.in dc240.h \
|
||||
dc25.c dc25.conf.in dc25.h \
|
||||
|
@ -396,6 +397,10 @@ libsane-coolscan2.la: ../sanei/sanei_config2.lo
|
|||
libsane-coolscan2.la: ../sanei/sanei_constrain_value.lo
|
||||
libsane-coolscan2.la: ../sanei/sanei_scsi.lo
|
||||
libsane-coolscan2.la: ../sanei/sanei_usb.lo
|
||||
libsane-coolscan3.la: ../sanei/sanei_config2.lo
|
||||
libsane-coolscan3.la: ../sanei/sanei_constrain_value.lo
|
||||
libsane-coolscan3.la: ../sanei/sanei_scsi.lo
|
||||
libsane-coolscan3.la: ../sanei/sanei_usb.lo
|
||||
libsane-dc25.la: ../sanei/sanei_constrain_value.lo
|
||||
libsane-dc210.la: ../sanei/sanei_constrain_value.lo ../sanei/sanei_jpeg.lo
|
||||
libsane-dc240.la: ../sanei/sanei_constrain_value.lo ../sanei/sanei_jpeg.lo
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -0,0 +1,20 @@
|
|||
# coolscan3.conf: sample configuration file for coolscan3 backend
|
||||
#
|
||||
# The following entrie checks for your scanner by manufacturer (SCSI)
|
||||
# and by vendor and product ID (USB). This is what the backend does when
|
||||
# no configuration file can be found.
|
||||
#
|
||||
auto
|
||||
|
||||
# You can also configure the backend for specific device files, but this
|
||||
# should not normally be necessary (under Linux at least).
|
||||
# Syntax for specific devices: <interface>:<device>
|
||||
#
|
||||
# For a SCSI scanner, uncomment and edit the following line:
|
||||
#scsi:/dev/scanner
|
||||
#
|
||||
# For a USB scanner, uncomment and edit the following line:
|
||||
#usb:/dev/usbscanner
|
||||
#
|
||||
# For an IEEE 1394 scanner, use the SBP2 protocol (under Linux, use the
|
||||
# sbp2 kernel module), and your scanner will be handled as a SCSI device.
|
|
@ -14,6 +14,7 @@ canon630u
|
|||
cardscan
|
||||
coolscan
|
||||
coolscan2
|
||||
coolscan3
|
||||
#dc25
|
||||
#dc210
|
||||
#dc240
|
||||
|
|
Ładowanie…
Reference in New Issue