Add option to work around "error during device I/O"

DEVEL_2_0_BRANCH-1
Peter Kirchgessner 2002-12-06 20:14:36 +00:00
rodzic 524d25e2c3
commit 35f5cdf6e0
3 zmienionych plików z 29 dodań i 6 usunięć

Wyświetl plik

@ -1,5 +1,11 @@
scsi HP scsi HP
# Uncomment the following if you have "Error during device I/O" on SCSI
# option dumb-read
#
# The usual place for a SCSI-scanner on Linux
/dev/scanner /dev/scanner
#
# USB-scanners supported by the hp-backend
# HP ScanJet 4100C # HP ScanJet 4100C
usb 0x03f0 0x0101 usb 0x03f0 0x0101
# HP ScanJet 5200C # HP ScanJet 5200C
@ -8,6 +14,7 @@ usb 0x03f0 0x0401
usb 0x03f0 0x0201 usb 0x03f0 0x0201
# HP ScanJet 63X0C # HP ScanJet 63X0C
usb 0x03f0 0x0601 usb 0x03f0 0x0601
#
# Uncomment the following if your scanner is connected by USB, # Uncomment the following if your scanner is connected by USB,
# but you are not using libusb # but you are not using libusb
# /dev/usb/scanner0 # /dev/usb/scanner0

Wyświetl plik

@ -10,7 +10,7 @@
; ;
:backend "hp" ; name of backend :backend "hp" ; name of backend
:version "1.00" ; version of backend :version "1.01" ; version of backend
:status :stable ; :alpha, :beta, :stable, :new :status :stable ; :alpha, :beta, :stable, :new
:manpage "sane-hp" ; name of manpage (if it exists) :manpage "sane-hp" ; name of manpage (if it exists)
:url "http://www.kirchgessner.net/" ; backend's web page :url "http://www.kirchgessner.net/" ; backend's web page

Wyświetl plik

@ -1,4 +1,4 @@
.TH sane-hp 5 "20 Nov 2002" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" .TH sane-hp 5 "06 Dec 2002" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
.IX sane-hp .IX sane-hp
.SH NAME .SH NAME
sane-hp \- SANE backend for HP ScanJet scanners sane-hp \- SANE backend for HP ScanJet scanners
@ -55,7 +55,8 @@ PhotoSmart C5100A R029,R030,R032 SCSI
.RE .RE
.PP .PP
Support for models 5100C/5200C connected to the parallel port requires Support for models 5100C/5200C connected to the parallel port requires
the ppSCSI driver available at http://www.torque.net/parport/ppscsi.html the ppSCSI driver available at
.IR http://www.torque.net/parport/ppscsi.html
(under development) (under development)
.PP .PP
Support for models 5200C/62X0C/63X0C connected to the USB require Support for models 5200C/62X0C/63X0C connected to the USB require
@ -65,16 +66,23 @@ for more details.
.PP .PP
The "hp" backend no longer supports OfficeJet multi-function peripherals. The "hp" backend no longer supports OfficeJet multi-function peripherals.
For these devices use the external "hpoj" backend in version 0.90 and later of For these devices use the external "hpoj" backend in version 0.90 and later of
the "HP OfficeJet Linux driver", available at "http://hpoj.sourceforge.net". the "HP OfficeJet Linux driver", available at
.br
.IR http://hpoj.sourceforge.net
.
.PP .PP
Because Hewlett-Packard does no longer produce scanners that support Because Hewlett-Packard does no longer produce scanners that support
SCL (beside the OfficeJets), the above list is of supported scanners is SCL (beside the OfficeJets), the above list of supported scanners is
complete. complete.
Other HP scanners are not supported by the "hp" backend, but might be supported Other HP scanners are not supported by the "hp" backend, but might be supported
by another one. See by another one. See
.IR http://www.mostang.com/sane . .IR http://www.mostang.com/sane .
You can also watch the sane-devel mailinglist at You can also watch the sane-devel mailinglist at
.IR http://www.mostang.com/sane/mail.html . .IR http://www.mostang.com/sane/mail.html .
.PP
More details about the hp backend can be found on its homepage
.IR http://www.kirchgessner.net/sane .
.PP
.SH "DEVICE NAMES" .SH "DEVICE NAMES"
This backend expects device names of the form: This backend expects device names of the form:
.PP .PP
@ -117,8 +125,9 @@ contains a device name apply just to the most recently mentioned device.
Supported options are Supported options are
.BR connect-scsi , .BR connect-scsi ,
.BR connect-device , .BR connect-device ,
.BR enable-image-buffering ,
and and
.BR enable-image-buffering . .BR dumb-read .
Option Option
.B connect-scsi .B connect-scsi
@ -142,6 +151,13 @@ Option
.B enable-image-buffering .B enable-image-buffering
stores the scanned image in memory before passing it to the frontend. Could be stores the scanned image in memory before passing it to the frontend. Could be
used in case of forward/backward moving scanner lamp. used in case of forward/backward moving scanner lamp.
Option
.B dumb-read
can be used to work around problems with "Error during device I/O". These
problems may occur with certain SCSI-to-USB convertors or Buslogic SCSI cards.
The option should not be used for SCSI devices which are working correctly.
Otherwise startup of frontends and changing parameters might be slower.
.PP .PP
A sample configuration file is shown below: A sample configuration file is shown below:
.PP .PP