* backend/fujitsu.c, backend/fujitsu.conf.in,

doc/descriptions/fujitsu.desc, doc/sane-fujitsu.man: backend v90,
add S510M usb ID's, add fi-6010N to .desc
* backend/epjitsu.conf.in, doc/descriptions/epjitsu.desc,
doc/sane-epjitsu.man: add S300M usb ID's
merge-requests/1/head
m. allan noah 2009-02-23 16:46:26 +00:00
rodzic a2d99b716a
commit f9e541f02a
8 zmienionych plików z 57 dodań i 31 usunięć

Wyświetl plik

@ -1,3 +1,10 @@
2009-02-23 m. allan noah <kitno455 a t gmail d o t com>
* backend/fujitsu.c, backend/fujitsu.conf.in,
doc/descriptions/fujitsu.desc, doc/sane-fujitsu.man: backend v90,
add S510M usb ID's, add fi-6010N to .desc
* backend/epjitsu.conf.in, doc/descriptions/epjitsu.desc,
doc/sane-epjitsu.man: add S300M usb ID's
2009-02-23 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
* backend/genesys_devices.c, backend/genesys_gl841.c,
backend/genesys_low.h: Add post_scan and eject_feed to struct
@ -29,7 +36,7 @@
down autotools warnings.
* lib/getopt.c, lib/getopt1.c: Fix disabling getopt compile again.
2009-03-20 m. allan noah <kitno455 a t gmail d o t com>
2009-02-20 m. allan noah <kitno455 a t gmail d o t com>
* backend/avision.c: backend v290, fix reader_pid and NVRAM option
issues, by Mattias Ellert.
* backend/fujitsu.c: backend v89, fi-4750 has no serial number support

Wyświetl plik

@ -27,3 +27,7 @@ usb 0x04c5 0x10c7
# Fujitsu S300
firmware @DATADIR@/sane/epjitsu/300_0C00.nal
usb 0x04c5 0x1156
# Fujitsu S300M
firmware @DATADIR@/sane/epjitsu/300M_0C00.nal
usb 0x04c5 0x117f

Wyświetl plik

@ -419,6 +419,8 @@
- dont export private symbols
v89 2009-03-20, MAN
- fi-4750 returns random garbage to serial number queries
v90 2009-03-23, MAN
- added ScanSnap S510M usb ids
SANE FLOW DIAGRAM
@ -479,7 +481,7 @@
#include "fujitsu.h"
#define DEBUG 1
#define BUILD 89
#define BUILD 90
/* values for SANE_DEBUG_FUJITSU env var:
- errors 5
@ -779,6 +781,9 @@ sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only)
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x1155'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1155", attach_one_usb);
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x116f'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x116f", attach_one_usb);
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x1174'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1174", attach_one_usb);

Wyświetl plik

@ -89,6 +89,9 @@ usb 0x04c5 0x1150
#ScanSnap S510
usb 0x04c5 0x1155
#ScanSnap S510M
usb 0x04c5 0x116f
#fi-6770
usb 0x04c5 0x1174

Wyświetl plik

@ -11,7 +11,7 @@
:backend "epjitsu" ; name of backend
:url "http://www.thebility.com/epjitsu/"
:version "17" ; version of backend
:version "18" ; version of backend
:manpage "sane-epjitsu" ; name of manpage (if it exists)
:comment "See sane-epjitsu manpage"
:devicetype :scanner ; start of a list of devices....
@ -37,4 +37,5 @@
:model "ScanSnap S300M"
:interface "USB"
:status :untested
:comment "10 sheet ADF, 150/300 dpi, always scans in triplex color, MAC only"
:usbid "0x04c5" "0x117f"
:comment "Same as S300, with different usb id?"

Wyświetl plik

@ -11,7 +11,7 @@
:backend "fujitsu" ; name of backend
:url "http://www.thebility.com/fujitsu/"
:version "89" ; version of backend
:version "90" ; version of backend
:manpage "sane-fujitsu" ; name of manpage (if it exists)
:comment "Backend updated for SANE release 1.1.0, see sane-fujitsu manpage"
:devicetype :scanner ; start of a list of devices....
@ -102,6 +102,11 @@
:usbid "0x04c5" "0x10e1"
:comment "small, recent, discontinued"
:model "fi-6000NS"
:interface "Ethernet"
:status :untested
:comment "small, recent, discontinued, integrated touchscreen and keyboard"
;==================================================
; CURRENT MODELS, SMALL
:model "ScanSnap S510"
@ -113,6 +118,7 @@
:model "ScanSnap S510M"
:interface "USB"
:status :complete
:usbid "0x04c5" "0x116f"
:comment "small, current"
:model "fi-5110C"
@ -121,7 +127,7 @@
:usbid "0x04c5" "0x1097"
:comment "small, current"
:model "fi-6000NS"
:model "fi-6010N"
:interface "Ethernet"
:status :untested
:comment "small, current, integrated touchscreen and keyboard"

Wyświetl plik

@ -7,7 +7,7 @@ sane\-epjitsu \- SANE backend for Epson-based Fujitsu USB scanners.
.SH DESCRIPTION
The
.B sane\-epjitsu
library implements a SANE (Scanner Access Now Easy) backend which provides basic access the Fujitsu fi-60F and ScanSnap S300 scanners.
library implements a SANE (Scanner Access Now Easy) backend which provides basic access the Fujitsu fi\-60F and ScanSnap S300 scanners.
.SH HARDWARE SUPPORT
These scanners are fairly limited, only supporting a couple of modes and resolutions, and always scanning full width. The backend supports missing modes (binary, grayscale) in software, but makes no effort to offer intermediate resolutions or scan area controls. See
@ -28,7 +28,7 @@ mode m
Selects the mode for the scan. Options may include "Lineart", "Gray", "Color".
.RE
.PP
resolution, y-resolution
resolution, y\-resolution
.RS
Controls scan resolution. Setting \-\-resolution also sets \-\-y\-resolution, though this behavior is overridden by some frontends.
.RE
@ -90,16 +90,16 @@ No scan area options are exposed.
No brightness, contrast, or threshold options are exposed.
.br
.br
fi-60F hardware grayscale mode is not used.
fi\-60F hardware grayscale mode is not used.
.br
.br
Calibration is far from perfect.
.RE
.SH CREDITS
S300 support funded by Microdea, Inc.
S300 support funded by Microdea, Inc. and Archivista, GmbH.
.br
fi-60F support funded by TrueCheck, Inc.
fi\-60F support funded by TrueCheck, Inc.
.SH "SEE ALSO"
sane(7),

Wyświetl plik

@ -14,8 +14,8 @@ This document describes backend version 89, slated to ship with SANE 1.1.0.
.SH SUPPORTED HARDWARE
This version supports every known model which speaks the Fujitsu SCSI and
SCSI-over-USB protocols. Specifically, the SCSI M309x and M409x series, the
SCSI fi-series, most of the USB fi-series, and the USB ScanSnap S5xx scanners
SCSI\-over\-USB protocols. Specifically, the SCSI M309x and M409x series, the
SCSI fi\-series, most of the USB fi\-series, and the USB ScanSnap S5xx scanners
are supported. Please see the list at
http://www.sane\-project.org/sane\-supported\-devices.html for details.
@ -26,22 +26,22 @@ Please contact the author for help or with test results.
.SH UNSUPPORTED HARDWARE
The following scanners are known NOT to work with this backend,
either because they have a non-fujitsu chipset, or an unsupported
either because they have a non\-fujitsu chipset, or an unsupported
interface type. Some of these scanners may be supported by another
backend.
.PP
.RS
.ft CR
.nf
--------------------------------------
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
SCSI: SERIAL: USB:
------------ ------------ ------------
ScanStation M3093E/DE/EX fi-4110EOX/2
ScanPartner M3096EX fi-4010CU
SP-Jr M3097E+/DE S300/S300M
SP-10/10C M3099A/EH/EX fi-60F
SP-15C/300C fi-5015C
SP-600C/620C
\-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\- \-\-\-\-\-\-\-\-\-\-\-\-
ScanStation M3093E/DE/EX fi\-4110EOX/2
ScanPartner M3096EX fi\-4010CU
SP\-Jr M3097E+/DE S300/S300M
SP\-10/10C M3099A/EH/EX fi\-60F
SP\-15C/300C fi\-5015C
SP\-600C/620C
.fi
.ft R
.RE
@ -62,7 +62,7 @@ Selects the mode for the scan. Options
may include "Lineart", "Halftone", "Gray", and "Color".
.RE
.PP
resolution, y-resolution
resolution, y\-resolution
.RS
Controls scan resolution. Setting \-\-resolution also sets \-\-y\-resolution,
though this behavior is overridden by some frontends.
@ -126,8 +126,8 @@ Some systems use a kernel driver to access usb scanners. This method is untested
.PP
The only configuration option supported is "buffer\-size=xxx", allowing you
to set the number of bytes in the data buffer to something other than the
compiled-in default, 65536 (64K). Some users report that their scanner will
"hang" mid-page, or fail to transmit the image if the buffer is not large
compiled\-in default, 65536 (64K). Some users report that their scanner will
"hang" mid\-page, or fail to transmit the image if the buffer is not large
enough.
.PP
Note: This option may appear multiple times in the configuration file. It only
@ -175,15 +175,15 @@ m3096g backend: Randolph Bentson <bentson a t holmsjoen d o t com>
.br
(with credit to the unnamed author of the coolscan driver)
.br
fujitsu backend, m3093, fi-4340C, ipc, cmp, long-time maintainer:
fujitsu backend, m3093, fi\-4340C, ipc, cmp, long\-time maintainer:
.br
Oliver Schirrmeister <oschirr a t abm d o t de>
.br
m3092: Mario Goppold <mgoppold a t tbzpariv d o t tcc-chemnitz dot de>
m3092: Mario Goppold <mgoppold a t tbzpariv d o t tcc\-chemnitz dot de>
.br
fi-4220C and basic USB support: Ron Cemer <ron a t roncemer d o t com>
fi\-4220C and basic USB support: Ron Cemer <ron a t roncemer d o t com>
.br
fi-4120, fi-series color, backend re-write, jpeg, current maintainer:
fi\-4120, fi\-series color, backend re\-write, jpeg, current maintainer:
m. allan noah: <kitno455 a t gmail d o t com>
JPEG output support funded by:
@ -192,10 +192,10 @@ JPEG output support funded by:
Endorser support funded by:
O A S Oilfield Accounting Service Ltd
1500, 840 - 7th Avenue S.W.
1500, 840 \- 7th Avenue S.W.
Calgary, Alberta
T2P 3G2 Canada
1-403-263-2600
1\-403\-263\-2600
www.oas.ca
.SH "SEE ALSO"