kopia lustrzana https://gitlab.com/sane-project/backends
genesys backend update
- enable 16 bit gamma for GL124 scanners - genesys doc credits and models updatemerge-requests/1/head
rodzic
0645ab29d1
commit
35385e5725
|
@ -1,3 +1,8 @@
|
||||||
|
2010-12-26 Stéphane Voltz <stef.dev@free.fr>
|
||||||
|
* backend/genesys_devices.c backend/genesys_gl124.c
|
||||||
|
doc/descriptions/genesys.desc doc/sane-genesys.man: enable 16 bit
|
||||||
|
gamma for gl124 scanners, models and credits update.
|
||||||
|
|
||||||
2010-12-24 Stéphane Voltz <stef.dev@free.fr>
|
2010-12-24 Stéphane Voltz <stef.dev@free.fr>
|
||||||
* backend/genesys_devices.c backend/genesys_gl124.c backend/genesys.c
|
* backend/genesys_devices.c backend/genesys_gl124.c backend/genesys.c
|
||||||
doc/descriptions/genesys.desc: GL847 shading area size fix, GL124
|
doc/descriptions/genesys.desc: GL847 shading area size fix, GL124
|
||||||
|
|
|
@ -1048,7 +1048,7 @@ static Genesys_Model canon_lide_50_model = {
|
||||||
static Genesys_Model panasonic_kvss080_model = {
|
static Genesys_Model panasonic_kvss080_model = {
|
||||||
"panasonic-kv-ss080", /* Name */
|
"panasonic-kv-ss080", /* Name */
|
||||||
"Panasonic", /* Device vendor string */
|
"Panasonic", /* Device vendor string */
|
||||||
"KS-SS080", /* Device model name */
|
"KV-SS080", /* Device model name */
|
||||||
GENESYS_GL843,
|
GENESYS_GL843,
|
||||||
NULL,
|
NULL,
|
||||||
|
|
||||||
|
|
|
@ -236,4 +236,4 @@
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x04da" "0x100f"
|
:usbid "0x04da" "0x100f"
|
||||||
:status :complete
|
:status :complete
|
||||||
:comment "All resolution and mode supported, calibration is available"
|
:comment "All resolution and mode supported, calibration is available. Support sponsored by cncsolutions (http://www.cncsolutions.com.br)"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.TH "sane\-genesys" "5" "18 Jun 2010" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
.TH "sane\-genesys" "5" "26 Dec 2010" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||||
.IX sane\-genesys
|
.IX sane\-genesys
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
sane\-genesys \- SANE backend for GL646, GL841, GL843 and GL847 based USB flatbed scanners
|
sane\-genesys \- SANE backend for GL646, GL841, GL843, GL847 and GL124 based USB flatbed scanners
|
||||||
.SH "DESCRIPTION"
|
.SH "DESCRIPTION"
|
||||||
The
|
The
|
||||||
.B sane\-genesys
|
.B sane\-genesys
|
||||||
|
@ -10,20 +10,20 @@ access to USB flatbed scanners based on the Genesys GL646, GL841 and GL847 chips
|
||||||
At present, the following scanners are known to work with this backend:
|
At present, the following scanners are known to work with this backend:
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
Medion MD5345/MD6228/MD6274
|
Canon LiDE 35/40/50/60/100/110/200/210
|
||||||
.br
|
|
||||||
Visioneer OneTouch 7100
|
|
||||||
.br
|
.br
|
||||||
Hewlett-Packard HP2300C/HP3670/HP3690
|
Hewlett-Packard HP2300C/HP3670/HP3690
|
||||||
.br
|
.br
|
||||||
Visioneer Strobe XP100 (rev3)/XP200/XP300/Roadwarrior
|
Medion MD5345/MD6228/MD6274
|
||||||
.br
|
.br
|
||||||
Canon LiDE 35/40/50/60/100/200
|
Panasonic KV-SS080
|
||||||
.br
|
.br
|
||||||
Pentax DSmobile 600
|
Pentax DSmobile 600
|
||||||
.br
|
.br
|
||||||
Syscan/Ambir DocketPORT 467/485/487/665/685
|
Syscan/Ambir DocketPORT 467/485/487/665/685
|
||||||
.br
|
.br
|
||||||
|
Visioneer OneTouch 7100/Strobe XP100 (rev3)/XP200/XP300/Roadwarrior
|
||||||
|
.br
|
||||||
Xerox Travel Scanner 100
|
Xerox Travel Scanner 100
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
@ -164,6 +164,10 @@ 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
|
.TP
|
||||||
|
.B SANE_DEBUG_GENESYS_LOW
|
||||||
|
This environment variable controls the debug level for low level functions
|
||||||
|
common to all genesys ASICs.
|
||||||
|
.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.
|
||||||
|
@ -179,18 +183,40 @@ part.
|
||||||
.B SANE_DEBUG_GENESYS_GL847
|
.B SANE_DEBUG_GENESYS_GL847
|
||||||
This environment variable controls the debug level for the specific GL847 code
|
This environment variable controls the debug level for the specific GL847 code
|
||||||
part.
|
part.
|
||||||
|
.TP
|
||||||
|
.B SANE_DEBUG_GENESYS_GL124
|
||||||
|
This environment variable controls the debug level for the specific GL124 code
|
||||||
|
part.
|
||||||
|
|
||||||
|
|
||||||
Example (full and highly verbose output for gl646):
|
Example (full and highly verbose output for gl646):
|
||||||
.br
|
.br
|
||||||
export SANE_DEBUG_GENESYS=255
|
export SANE_DEBUG_GENESYS=255
|
||||||
.br
|
.br
|
||||||
|
export SANE_DEBUG_GENESYS_LOW=255
|
||||||
|
.br
|
||||||
export SANE_DEBUG_GENESYS_GL646=255
|
export SANE_DEBUG_GENESYS_GL646=255
|
||||||
|
|
||||||
.SH CREDITS
|
.SH CREDITS
|
||||||
|
|
||||||
Jack McGill for donating several sheetfed scanners, which made possible to add support
|
Jack McGill for donating several sheetfed and flatbed scanners, which made possible to add support
|
||||||
for them in the genesys backend.
|
for them in the genesys backend:
|
||||||
|
.RS
|
||||||
|
Hewlett-Packard HP3670
|
||||||
|
.br
|
||||||
|
Visioneer Strobe XP100 (rev3)/XP200/XP300/Roadwarrior
|
||||||
|
.br
|
||||||
|
Canon LiDE 200
|
||||||
|
.br
|
||||||
|
Pentax DSmobile 600
|
||||||
|
.br
|
||||||
|
Syscan/Ambir DocketPORT 467/485/487/665/685
|
||||||
|
.br
|
||||||
|
Xerox Travel Scanner 100
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
cncsolutions (http://www.cncsolutions.com.br) sponsored and supported the work on the Panasonic KV-SS080.
|
||||||
|
.br
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR sane (7),
|
.BR sane (7),
|
||||||
|
@ -216,6 +242,9 @@ Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
||||||
|
|
||||||
Powersaving isn't implemented for gl646 based scanner.
|
Powersaving isn't implemented for gl646 based scanner.
|
||||||
.br
|
.br
|
||||||
|
.TP
|
||||||
|
This backend will be much slower if not using libusb-1.0. So be sure that sane-backends is built with the --enable-libusb_1_0 option.
|
||||||
|
.br
|
||||||
|
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
Currently no known bug.
|
Currently no known bug.
|
||||||
|
|
Ładowanie…
Reference in New Issue