kopia lustrzana https://gitlab.com/sane-project/backends
Updated concerning gl841 scanners.
rodzic
0a206ad605
commit
3b1ba798d5
|
@ -6,6 +6,7 @@
|
||||||
is still commented out in genesys.conf. Removed comment sign for
|
is still commented out in genesys.conf. Removed comment sign for
|
||||||
Canon LiDE 35/40/50 in genesys.conf.
|
Canon LiDE 35/40/50 in genesys.conf.
|
||||||
* doc/descriptions/genesys.desc: Added Canon LiDE 35, 40, 50, 60.
|
* doc/descriptions/genesys.desc: Added Canon LiDE 35, 40, 50, 60.
|
||||||
|
* doc/sane-genesys.man: Updated concerning gl841 scanners.
|
||||||
|
|
||||||
2005-11-19 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
2005-11-19 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.\" .IX sane-genesys
|
.\" .IX sane-genesys
|
||||||
.TH "sane-genesys" "5" "3 July 2005" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH "sane-genesys" "5" "20 Nov 2005" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
sane\-genesys \- SANE backend for GL646 and GL841 based USB flatbed scanners
|
sane\-genesys \- SANE backend for GL646 and GL841 based USB flatbed scanners
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
|
@ -15,6 +15,8 @@ Medion MD6228
|
||||||
Medion MD6274
|
Medion MD6274
|
||||||
.br
|
.br
|
||||||
Hewlett\-Packard HP2300C
|
Hewlett\-Packard HP2300C
|
||||||
|
.br
|
||||||
|
Canon LiDE 35/40/50/60
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -31,8 +33,7 @@ or syslog) to the sane\-devel mailing list. Even if the scanner's name is only
|
||||||
slightly different from the models mentioned above, please let me know.
|
slightly different from the models mentioned above, please let me know.
|
||||||
.PP
|
.PP
|
||||||
If you own a scanner that isn't detected by the genesys backend but has a GL646
|
If you own a scanner that isn't detected by the genesys backend but has a GL646
|
||||||
or GL841 chipset, you can try to add it to the backend. Currently, support for GL841
|
or GL841 chipset, you can try to add it to the backend.
|
||||||
scanners is not implemented.
|
|
||||||
.PP
|
.PP
|
||||||
.SH "SYSTEM ISSUES"
|
.SH "SYSTEM ISSUES"
|
||||||
This backend needs libusb\-0.1.6 or later installed, and hasn't tested in other
|
This backend needs libusb\-0.1.6 or later installed, and hasn't tested in other
|
||||||
|
@ -91,14 +92,20 @@ variable controls the debug level for this backend. Higher debug levels
|
||||||
increase the verbosity of the output. If the debug level is set to 1 or higher,
|
increase the verbosity of the output. If the debug level is set to 1 or higher,
|
||||||
some debug options become available that are normally hidden. Handle them with
|
some debug options become available that are normally hidden. Handle them with
|
||||||
care. This will print messages related to core genesys functions.
|
care. This will print messages related to core genesys functions.
|
||||||
|
.TP
|
||||||
.B SANE_DEBUG_GENESYS_GL646
|
.B SANE_DEBUG_GENESYS_GL646
|
||||||
This environment variable controls the debug level for the specific GL646 code
|
This environment variable controls the debug level for the specific GL646 code
|
||||||
part.
|
part.
|
||||||
|
.TP
|
||||||
|
.B SANE_DEBUG_GENESYS_GL841
|
||||||
|
This environment variable controls the debug level for the specific GL841 code
|
||||||
|
part.
|
||||||
|
|
||||||
|
|
||||||
|
Example (full and highly verbose output for gl646):
|
||||||
Example (full and highly verbose output):
|
.br
|
||||||
export SANE_DEBUG_GENESYS=255
|
export SANE_DEBUG_GENESYS=255
|
||||||
|
.br
|
||||||
export SANE_DEBUG_GENESYS_GL646=255
|
export SANE_DEBUG_GENESYS_GL646=255
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
|
|
Ładowanie…
Reference in New Issue