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

doc/descriptions/fujitsu.desc: add S1500 usb ids and status
* backend/canon_dr.c: update credits
* doc/sane-fujitsu.man doc/sane-canon_dr.man: update version numbers,
  dates, credits and known issues
* doc/saned.man: remove section about uncontrolled data port range
merge-requests/1/head
m. allan noah 2009-04-21 01:18:04 +00:00
rodzic 70b2085e1b
commit aafe1ac093
8 zmienionych plików z 69 dodań i 39 usunięć

Wyświetl plik

@ -1,3 +1,11 @@
2009-04-20 m. allan noah <kitno455 a t gmail d o t com>
* backend/fujitsu.c, backend/fujitsu.conf.in,
doc/descriptions/fujitsu.desc: add S1500 usb ids and status
* backend/canon_dr.c: update credits
* doc/sane-fujitsu.man doc/sane-canon_dr.man: update version numbers,
dates, credits and known issues
* doc/saned.man: remove section about uncontrolled data port range
2009-04-20 Alessandro Zummo <a.zummo@towertech.it>
* backend/coolscan3.c: temporarily disable infrared.

Wyświetl plik

@ -5,8 +5,9 @@
Copyright (C) 2008-2009 m. allan noah
Development funded by Corcaribe Tecnología C.A. www.cc.com.ve
and by EvriChart, Inc. www.evrichart.com
Corcaribe Tecnología C.A. www.cc.com.ve provided significant funding
EvriChart, Inc. www.evrichart.com provided funding and loaned equipment
Canon, USA. www.usa.canon.com loaned equipment
--------------------------------------------------------------------------

Wyświetl plik

@ -804,6 +804,9 @@ sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only)
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x1178'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1178", attach_one_usb);
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x11a2'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x11a2", attach_one_usb);
}
/*delete missing scanners from list*/

Wyświetl plik

@ -106,3 +106,6 @@ usb 0x04c5 0x1177
#fi-6750S
usb 0x04c5 0x1178
#S1500
usb 0x04c5 0x11a2

Wyświetl plik

@ -146,15 +146,15 @@
:model "ScanSnap S1500"
:interface "USB"
:status :untested
;:usbid "0x04c5" "0x1155"
:comment "small, current"
:status :minimal
:usbid "0x04c5" "0x11a2"
:comment "small, current, uses same protocol as bigger scanners, but image data is encoded in an unsupported format"
:model "ScanSnap S1500M"
:interface "USB"
:status :untested
;:usbid "0x04c5" "0x"
:comment "small, current"
;:usbid "0x04c5" "0x11a3"
:comment "small, current, same as S1500?"
;==================================================
; DISCONTINUED OLDER MODELS, MEDIUM

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane\-canon_dr 5 "09 Oct 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.TH sane\-canon_dr 5 "20 Apr 2009" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-canon_dr
.SH NAME
@ -10,10 +10,10 @@ The
library implements a SANE (Scanner Access Now Easy) backend which
provides access to some Canon DR-series scanners.
This document describes backend version 8, slated to ship with SANE 1.1.0.
This document describes backend version 26, which shipped with SANE 1.0.20.
.SH SUPPORTED HARDWARE
This version has only been tested with the DR\-9080C and DR\-7580. Please see
This version has only been tested with a few scanner models. Please see
http://www.sane\-project.org/sane\-supported\-devices.html for a more recent
list.
@ -67,12 +67,11 @@ The configuration file "canon_dr.conf" is used to tell the backend how to look
for scanners, and provide options controlling the operation of the backend.
This file is read each time the frontend asks the backend for a list
of scanners, generally only when the frontend starts. If the configuration
file is missing, the backend will use a set of compiled defaults, which
are identical to the default configuration file shipped with SANE.
file is missing, the backend will fail to run.
.PP
Scanners can be specified in the configuration file in 4 ways:
.PP
"scsi CANON"
"scsi CANON DR"
.RS
Requests backend to search all scsi busses in the system for a device
which reports itself to be a scanner made by 'CANON', with a model name
@ -98,19 +97,38 @@ to determine if it is a Canon scanner.
Some systems use a kernel driver to access usb scanners. This method is untested.
.RE
.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
enough.
Besides the 'scsi' and 'usb' lines, the configuration file supports the
following 'option' lines:
.PP
Note: This option may appear multiple times in the configuration file. It only
applies to scanners discovered by 'scsi/usb' lines that follow this option.
"option buffer-size [number of bytes]"
.RS
Set the number of bytes in the data buffer to something other than the
compiled\-in default of 4MB. Large values may cause timeouts or hangs, small
values may cause slow scans.
.PP
Note: The backend does not place an upper bound on this value, as some users
required it to be quite large. Values above the default are not recommended,
and may crash your OS or lockup your scsi card driver. You have been
warned.
.RE
.PP
"option vendor-name [string of text]"
.br
"option model-name [string of text]"
.br
"option version-name [string of text]"
.RS
These options can be used collectively to override the values provided by the
scanner, or to provide the values when the scanner cannot.
.RE
.PP
"option padded-read [0|1]"
.RS
Some scanners prepend all data transmitted to host with 12 bytes. Enable this option if the scanner fails to respond to commands.
.RE
.PP
Note: 'option' lines may appear multiple times in the configuration file.
They only apply to scanners discovered by the next 'scsi/usb' line.
.PP
.SH ENVIRONMENT
@ -135,19 +153,20 @@ enables debugging output to stderr. Valid values are:
.SH KNOWN ISSUES
This backend was entirely reverse engineered from usb traces of the proprietary
driver. Various advanced features of the machines may not be enabled. No small
machines or flatbed models have been tested. Their protocol is unknown.
driver. Various advanced features of the machines may not be enabled. Many
machines have not been tested. Their protocol is unknown.
.SH CREDITS
The various authors of the sane\-fujitsu backend provided useful code
Corcaribe Tecnología C.A. www.cc.com.ve provided significant funding
EvriChart, Inc. www.evrichart.com provided funding and equipment
EvriChart, Inc. www.evrichart.com provided funding and loaned equipment
Canon, USA. www.usa.canon.com loaned equipment
.SH "SEE ALSO"
sane(7),
sane\-scsi(5),
sane\-usb(5),
sane\-usb(5)
.SH AUTHOR
m. allan noah: <kitno455 a t gmail d o t com>

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane\-fujitsu 5 "18 Dec 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.TH sane\-fujitsu 5 "20 Apr 2009" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane\-fujitsu
.SH NAME
@ -10,7 +10,7 @@ The
library implements a SANE (Scanner Access Now Easy) backend which
provides access to most Fujitsu flatbed and ADF scanners.
This document describes backend version 89, slated to ship with SANE 1.1.0.
This document describes backend version 93, which shipped with SANE 1.0.20.
.SH SUPPORTED HARDWARE
This version supports every known model which speaks the Fujitsu SCSI and
@ -167,6 +167,11 @@ Any model that does not support VPD during inquiry will not function until
an override is added to the backend.
.PP
CCITT Fax compression used by older scanners is not supported.
.PP
Automatic paper size detection (aka auto-cropping) is not supported.
.PP
JPEG output is supported by the backend, but not by the SANE protocol, so is
disabled in this release. It can be enabled if you rebuild from source.
.SH CREDITS
m3091 backend: Frederik Ramm <frederik a t remote d o t org>
@ -198,6 +203,9 @@ Endorser support funded by:
1\-403\-263\-2600
www.oas.ca
Hardware donated by Fujitsu Computer Products of America, Inc.
http://us.fujitsu.com/fcpa
.SH "SEE ALSO"
sane(7),
sane\-scsi(5),

Wyświetl plik

@ -1,4 +1,4 @@
.TH saned 8 "12 Dec 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.TH saned 8 "20 Apr 2009" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX saned
.SH NAME
saned \- SANE network daemon
@ -195,18 +195,6 @@ sane\-port 6566/tcp # SANE network scanner daemon
The official IANA short name for port 6566 is "sane\-port". The older name "sane"
is now deprecated.
.SH "RESTRICTIONS"
In addition to the control connection (port
.B 6566
)
.B saned
also uses a data
connection. The port of this socket is selected by the operating system and
can't be specified by the user currently. This may be a problem if the
connection must go through a firewall (packet filter). If you must use a packet
filter, make sure that all ports > 1024 are open on the server for connections
from the client.
.SH FILES
.TP
.I /etc/hosts.equiv