Minor manpage fixes. Added links to similar backends. More information about

non-Linux OS.
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-11-21 21:38:43 +00:00
rodzic 1f9995e370
commit 8579e4d517
5 zmienionych plików z 73 dodań i 56 usunięć

Wyświetl plik

@ -1,3 +1,10 @@
2002-11-21 Henning Meier-Geinitz <henning@meier-geinitz.de>
* doc/descriptions/mustek_usb.desc doc/sane-mustek_usb.man
doc/mustek_usb/mustek_usb.CHANGES doc/mustek_usb/mustek_usb.TODO:
Minor manpage fixes. Added links to similar backends. More
information about non-Linux OS.
2002-11-21 Michael Herder <crapsite at gmx.net> 2002-11-21 Michael Herder <crapsite at gmx.net>
Added german translation for artec_eplus48u backend. Added german translation for artec_eplus48u backend.

Wyświetl plik

@ -26,7 +26,7 @@
:model "ScanExpress 1200 UB" :model "ScanExpress 1200 UB"
:interface "USB" :interface "USB"
:status :stable :status :stable
:comment "Only 1200 UB is supported, NOT UB Plus!" :comment "For the UB Plus, see gt68xx backend"
;:model "ScanExpress 1200 USB" ;:model "ScanExpress 1200 USB"
;:interface "USB" ;:interface "USB"

Wyświetl plik

@ -1,5 +1,15 @@
CHANGES for the SANE Mustek USB backend CHANGES for the SANE Mustek USB backend
2002-11-20:
* Man page updated concerning The BSDs.
2002-11-19:
* Added desc file hint to the gt68xx backend.
2002-11-17:
* Fixed minor issues in the man page. Removed beta status. Added links
to other backends for Mustek scanners.
2002-07-17: 2002-07-17:
* Release of version 1.0-15. * Release of version 1.0-15.

Wyświetl plik

@ -1,10 +1,8 @@
2001-09-13 2002-11-21
* Support more scanners * Support more scanners
- 1200 USB (work in progress) - 1200 USB (work in progress)
- 600 USB - 600 USB
* Add support for non-Linux OS
- FreeBSD: Scanning works, but after sane_close, a new scan will hang.
* Remove/replace _word variables from usb_low * Remove/replace _word variables from usb_low
* Check if low resolutions can be made faster. * Check if low resolutions can be made faster.
* Check fixmes. * Check fixmes.

Wyświetl plik

@ -1,14 +1,14 @@
.TH sane-mustek_usb 5 "12 Jan 2002" .TH sane-mustek_usb 5 "21 Nov 2002" @PACKAGEVERSION@ "SANE Scanner Access Now Easy"
.IX sane-mustek_usb .IX sane-mustek_usb
.SH NAME .SH NAME
sane-mustek_usb - SANE backend for Mustek USB flatbed scanners sane-mustek_usb \- SANE backend for Mustek USB flatbed scanners
.SH DESCRIPTION .SH DESCRIPTION
The The
.B sane-mustek_usb .B sane-mustek_usb
library implements a SANE (Scanner Access Now Easy) backend that library implements a SANE (Scanner Access Now Easy) backend that provides
provides access to Mustek (and some relabeled Trust) USB flatbed scanners. access to Mustek USB flatbed scanners (including a clone from Trust). At
At present, the following scanners are known to work more or less with present, the following scanners are known to work more or less with this
this backend: backend:
.PP .PP
.RS .RS
Mustek 600 CU Mustek 600 CU
@ -27,26 +27,21 @@ More details can be found on the Mustek backend homepage
.IR http://www.meier-geinitz.de/sane/ . .IR http://www.meier-geinitz.de/sane/ .
.PP .PP
The Mustek BearPaw 1200 and 2400 scanners are supported by the plustek The Mustek BearPaw 1200 and 2400 scanners are supported by the plustek
backend. See sane-plustek(5) for details. backend. See
.PP .BR sane-plustek (5)
This backend is based on the 1200ub backend provided by Mustek. It was for details. Other Mustek USB scanners are supported by the gt68xx backend,
modified to fit into the SANE distribution, some bugs were fixed, support see
for the 600 CU was added, and some features added. .BR sane-gt68xx (5).
.PP
This is BETA software. It currently only works on Linux and FreeBSD. Other
systems are untested. See BUGS for more information.
.PP .PP
This backend can only work with scanners that are already detected by the This backend can only work with scanners that are already detected by the
operating system. For Linux, it may be necessary to load the scanner module operating system. See
with additional vendor/product parameters /see .BR sane-usb (5)
/usr/src/linux/Documentation/usb/scanner.txt for details). With FreeBSD upto for details.
4.4 only the 1200 CU will work out-of-the box. For other scanners, their ids
must be added to the FreeBSD uscanner.c file and a new kernel must be
compiled.
.PP .PP
If you own a Mustek (or Trust) scanner other than the ones listed above that If you own a Mustek (or Trust) scanner other than the ones listed above that
works with this backend, please let me know this by sending the scanner's exact works with this backend, please let me know this by sending the scanner's
model name and the USB vendor and device ids (e.g. from /proc/bus/usb/devices exact model name and the USB vendor and device ids (e.g. from
.I /proc/bus/usb/devices
or syslog) to me. or syslog) to me.
.SH "DEVICE NAMES" .SH "DEVICE NAMES"
@ -76,28 +71,29 @@ USB scanners. Empty lines and lines starting with a hash mark (#) are
ignored. If a device name is placed in ignored. If a device name is placed in
.IR mustek_usb.conf , .IR mustek_usb.conf ,
it must be followed by a line containing the keyword it must be followed by a line containing the keyword
.I option .B option
and an option specifying the scanner type. The following options can be used: and an option specifying the scanner type. The following options can be used:
.IR 600cu , .BR 600cu ,
.IR 1200cu , .BR 1200cu ,
.IR 1200cu_plus , .BR 1200cu_plus ,
.IR 1200ub . .BR 1200ub .
For the Trust Compact Scan USB 19200 use `option 1200ub'. For the Trust Compact Scan USB 19200 use `option 1200ub'.
.PP .PP
Instead of using the device name, the scanner can be autodetected by Instead of using the device name, the scanner can be autodetected by
.I "usb vendor_id product_id" .B "usb vendor_id product_id"
statements which are already included into statements which are already included into
.IR mustek_usb.conf . .IR mustek_usb.conf .
This is only supported with Linux 2.4.8 and higher. "vendor_id" and This is only supported with Linux 2.4.8 and higher and all systems that
"product_id" are hexadecimal numbers that identfy the scanner. If this doesn't support libsub. "vendor_id" and "product_id" are hexadecimal numbers that
work, a device name and the option specifying the scanner type must be placed identfy the scanner. If this doesn't work, a device name and the option
in specifying the scanner type must be placed in
.IR mustek_usb.conf . .I mustek_usb.conf
as described above.
.PP .PP
The global The global
.I option max_block_size .B option max_block_size
can be used to limit the amount of data acquired in one turn from the USB can be used to limit the amount of data acquired in one turn from the USB
system. It may be woth trying, if USB errors occur. system. It may be worth trying, if USB errors occur.
.PP .PP
A sample configuration file is shown below: A sample configuration file is shown below:
.PP .PP
@ -116,8 +112,11 @@ option 600cu
The first line is ignored. The second line sets the buffer size to a maximum of The first line is ignored. The second line sets the buffer size to a maximum of
1024 bytes. The third line tries to autodetect a scanner with vendor id 0x055f 1024 bytes. The third line tries to autodetect a scanner with vendor id 0x055f
and product id 0x0001 (Mustek 1200 CU). The fourth line tells the backend to and product id 0x0001 (Mustek 1200 CU). The fourth line tells the backend to
attach to /dev/usb/scanner0 and the fifth line specifies that attach to
/dev/usb/scanner0 is a Mustek 600 CU. .I /dev/usb/scanner0
and the fifth line specifies that
.I /dev/usb/scanner0
is a Mustek 600 CU.
.SH FILES .SH FILES
.TP .TP
.I @CONFIGDIR@/mustek_usb.conf .I @CONFIGDIR@/mustek_usb.conf
@ -167,26 +166,29 @@ Example:
export SANE_DEBUG_MUSTEK_USB=4 export SANE_DEBUG_MUSTEK_USB=4
.SH "SEE ALSO" .SH "SEE ALSO"
sane(7), sane-usb(5), sane\-mustek(5), sane\-mustek_pp(5), sane-plustek(5) .BR sane (7),
.BR sane-usb (5),
.BR sane-mustek (5),
.BR sane-mustek_pp (5),
.BR sane-plustek (5),
.BR sane-gt68xx (5)
.br .br
@DOCDIR@/mustek_usb/mustek_usb.CHANGES, .IR @DOCDIR@/mustek_usb/mustek_usb.CHANGES ,
@DOCDIR@/mustek_usb/mustek_usb.TODO .I @DOCDIR@/mustek_usb/mustek_usb.TODO
.br
.I http://www.meier-geinitz.de/sane/
.SH AUTHOR .SH AUTHOR
Tom Wang (Mustek, original 1200ub backend), Henning Meier-Geinitz Henning Meier-Geinitz <henning@meier-geinitz.de>
<henning@meier-geinitz.de> .br
This backend is based on the Mustek 1200ub backend from Mustek, maintained by
Tom Wang.
.SH BUGS .SH BUGS
This is BETA software. That means that it may contain bugs.
.PP
FreeBSD support is shaky. Most of the time, scanning will work only in the FreeBSD support is shaky. Most of the time, scanning will work only in the
first xscanimage/xsane session. After closing the frontend, the scanner will first xscanimage/xsane session. After closing the frontend, the scanner will
freeze. The reason is unknown until now. freeze. The reason is unknown until now. The same happens with OpenBSD and
NetBSD.
.PP .PP
More detailed bug information is More detailed bug information is available at the Mustek backend homepage
available at the Mustek backend homepage
.IR http://www.meier-geinitz.de/sane/ . .IR http://www.meier-geinitz.de/sane/ .
See also the CHANGES and TODO files.
Please contact me if you find a bug or missing feature:
<henning@meier-geinitz.de>