kopia lustrzana https://gitlab.com/sane-project/backends
rodzic
6213a520ac
commit
c0ee8a2143
2
AUTHORS
2
AUTHORS
|
@ -210,7 +210,7 @@ Sebastien Sable <Sebastien.Sable@snv.jussieu.fr>
|
||||||
Sergey Vlasov <vsu@altlinux.ru>
|
Sergey Vlasov <vsu@altlinux.ru>
|
||||||
Simon Krix <kinsei@users.sourceforge.net>
|
Simon Krix <kinsei@users.sourceforge.net>
|
||||||
Simon Munton <simon@munton.demon.co.uk>
|
Simon Munton <simon@munton.demon.co.uk>
|
||||||
Stéphane Voltz <svoltz@wanadoo.fr>
|
Stéphane Voltz <stef.dev@free.fr>
|
||||||
Thomas Soumarmon <soumarmt@nerim.net>
|
Thomas Soumarmon <soumarmt@nerim.net>
|
||||||
Tom Martone <tom@martoneconsulting.com>
|
Tom Martone <tom@martoneconsulting.com>
|
||||||
Tom Wang <tom.wang@mustek.com.tw>
|
Tom Wang <tom.wang@mustek.com.tw>
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
2007-08-27 Stephane Voltz <stef.dev@free.fr>
|
||||||
|
|
||||||
|
* backend/genesys.h backend/genesys_gl841.c backend/genesys_low.h
|
||||||
|
backend/umax_pp.c backend/umax_pp.h backend/umax_pp_mid.c
|
||||||
|
backend/umax_pp.h AUTHORS doc/sane-umax_pp.man doc/sane-genesys.man:
|
||||||
|
mail address update, minor man update
|
||||||
|
|
||||||
2007-08-26 Stephane Voltz <stef.dev@free.fr>
|
2007-08-26 Stephane Voltz <stef.dev@free.fr>
|
||||||
|
|
||||||
* backend/genesys.c backend/genesys_gl646.c backend/genesys_devices.c:
|
* backend/genesys.c backend/genesys_gl646.c backend/genesys_devices.c:
|
||||||
|
|
|
@ -626,7 +626,7 @@ genesys_generate_slope_table (u_int16_t * slope_table, unsigned int max_steps,
|
||||||
* This function generates a slope table using the slope from the motor struct
|
* This function generates a slope table using the slope from the motor struct
|
||||||
* truncated at the given exposure time or step count, whichever comes first.
|
* truncated at the given exposure time or step count, whichever comes first.
|
||||||
* The reached step time is then stored in final_exposure and used for the rest
|
* The reached step time is then stored in final_exposure and used for the rest
|
||||||
* of the table. The summed time of the acerleation steps is returned, and the
|
* of the table. The summed time of the acceleration steps is returned, and the
|
||||||
* number of accerelation steps is put into used_steps.
|
* number of accerelation steps is put into used_steps.
|
||||||
*
|
*
|
||||||
* @param dev Device struct
|
* @param dev Device struct
|
||||||
|
@ -636,7 +636,7 @@ genesys_generate_slope_table (u_int16_t * slope_table, unsigned int max_steps,
|
||||||
* @param step_type Generate table for this step_type. 0=>full, 1=>half,
|
* @param step_type Generate table for this step_type. 0=>full, 1=>half,
|
||||||
* 2=>quarter
|
* 2=>quarter
|
||||||
* @param exposure_time Minimum exposure time of a scan line
|
* @param exposure_time Minimum exposure time of a scan line
|
||||||
* @param yres Resoltuion of a scan line
|
* @param yres Resolution of a scan line
|
||||||
* @param used_steps Final number of steps is stored here
|
* @param used_steps Final number of steps is stored here
|
||||||
* @param final_exposure Final step time is stored here
|
* @param final_exposure Final step time is stored here
|
||||||
* @return Time for acceleration
|
* @return Time for acceleration
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* sane - Scanner Access Now Easy.
|
/* sane - Scanner Access Now Easy.
|
||||||
|
|
||||||
Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
Copyright (C) 2005 Stephane Voltz <svoltz@numericable.fr>
|
Copyright (C) 2005 Stephane Voltz <stef.dev@free.fr>
|
||||||
Copyright (C) 2006 Laurent Charpentier <laurent_pubs@yahoo.com>
|
Copyright (C) 2006 Laurent Charpentier <laurent_pubs@yahoo.com>
|
||||||
|
|
||||||
This file is part of the SANE package.
|
This file is part of the SANE package.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Copyright (C) 2003 Oliver Rauch
|
Copyright (C) 2003 Oliver Rauch
|
||||||
Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
Copyright (C) 2004 Gerhard Jaeger <gerhard@gjaeger.de>
|
Copyright (C) 2004 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||||
Copyright (C) 2004, 2005 Stephane Voltz <stefdev@modulonet.fr>
|
Copyright (C) 2004, 2005 Stephane Voltz <stef.dev@free.fr>
|
||||||
Copyright (C) 2005 Philipp Schmid <philipp8288@web.de>
|
Copyright (C) 2005 Philipp Schmid <philipp8288@web.de>
|
||||||
Copyright (C) 2005, 2006 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
Copyright (C) 2005, 2006 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
||||||
Copyright (C) 2006 Laurent Charpentier <laurent_pubs@yahoo.com>
|
Copyright (C) 2006 Laurent Charpentier <laurent_pubs@yahoo.com>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
Copyright (C) 2003 Oliver Rauch
|
Copyright (C) 2003 Oliver Rauch
|
||||||
Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
Copyright (C) 2003, 2004 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
Copyright (C) 2004, 2005 Gerhard Jaeger <gerhard@gjaeger.de>
|
Copyright (C) 2004, 2005 Gerhard Jaeger <gerhard@gjaeger.de>
|
||||||
Copyright (C) 2004, 2005 Stephane Voltz <stefdev@modulonet.fr>
|
Copyright (C) 2004, 2005 Stephane Voltz <stef.dev@free.fr>
|
||||||
Copyright (C) 2005 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
Copyright (C) 2005 Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
||||||
Copyright (C) 2006 Laurent Charpentier <laurent_pubs@yahoo.com>
|
Copyright (C) 2006 Laurent Charpentier <laurent_pubs@yahoo.com>
|
||||||
Parts of the structs have been taken from the gt68xx backend by
|
Parts of the structs have been taken from the gt68xx backend by
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* sane - Scanner Access Now Easy.
|
/* sane - Scanner Access Now Easy.
|
||||||
Copyright (C) 2001 Stéphane Voltz <svoltz@wanadoo.fr>
|
Copyright (C) 2001 Stéphane Voltz <stef.dev@free.fr>
|
||||||
This file is part of the SANE package.
|
This file is part of the SANE package.
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or
|
This program is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -20,7 +20,7 @@ Canon LiDE 35/40/50/60
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
This is BETA software. Especially if you test new or untested scanners, keep
|
This is stable software for supported models. But if you test new or untested scanners, keep
|
||||||
your hand at the scanner's plug and unplug it, if the head bumps at the end of
|
your hand at the scanner's plug and unplug it, if the head bumps at the end of
|
||||||
the scan area.
|
the scan area.
|
||||||
.PP
|
.PP
|
||||||
|
@ -121,12 +121,20 @@ Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
.br
|
.br
|
||||||
Gerhard Jaeger <gerhard@gjaeger.de>
|
Gerhard Jaeger <gerhard@gjaeger.de>
|
||||||
.br
|
.br
|
||||||
St\['e]phane Voltz <svoltz@numericable.fr>
|
St\['e]phane Voltz <stef.dev@free.fr>
|
||||||
.br
|
.br
|
||||||
Philipp Schmid <philipp8288@web.de>
|
Philipp Schmid <philipp8288@web.de>
|
||||||
.br
|
.br
|
||||||
|
Pierre Willenbrock <pierre@pirsoft.dnsalias.org>
|
||||||
|
.br
|
||||||
|
|
||||||
|
.SH "LIMITATIONS"
|
||||||
|
Support for buttons is missing.
|
||||||
|
.br
|
||||||
|
Powersaving isn't implemented for gl646 based scanner.
|
||||||
|
.br
|
||||||
|
|
||||||
.SH "BUGS"
|
.SH "BUGS"
|
||||||
Support for buttons is missing.
|
Currently no known bug.
|
||||||
.PP
|
.PP
|
||||||
|
|
||||||
|
|
|
@ -270,7 +270,7 @@ For latest bug fixes and information see
|
||||||
.I http://umax1220p.sourceforge.net/
|
.I http://umax1220p.sourceforge.net/
|
||||||
|
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
St\['e]phane VOLTZ <svoltz@wanadoo.fr>
|
St\['e]phane VOLTZ <stef.dev@free.fr>
|
||||||
|
|
||||||
.SH "CREDITS"
|
.SH "CREDITS"
|
||||||
Support for the 610P has been made possible thank to an hardware donation
|
Support for the 610P has been made possible thank to an hardware donation
|
||||||
|
|
Ładowanie…
Reference in New Issue