kopia lustrzana https://gitlab.com/sane-project/backends
gl847 start of scanarea tuning
rodzic
cef28b4d46
commit
b750f1715c
|
@ -1,10 +1,10 @@
|
||||||
2011-06-10 Stéphane Voltz <stef.dev@free.fr>
|
2011-06-13 Stéphane Voltz <stef.dev@free.fr>
|
||||||
* backend/lexmark_models.c: fix missing motor initialization
|
|
||||||
|
|
||||||
2011-06-09 Stéphane Voltz <stef.dev@free.fr>
|
|
||||||
* backend/genesys*.[ch] : rework of gl847 to reach 2400 dpi for
|
* backend/genesys*.[ch] : rework of gl847 to reach 2400 dpi for
|
||||||
LiDE 100 and 4800 dpi for LiDE 200
|
LiDE 100 and 4800 dpi for LiDE 200
|
||||||
|
|
||||||
|
2011-06-10 Stéphane Voltz <stef.dev@free.fr>
|
||||||
|
* backend/lexmark_models.c: fix missing motor initialization
|
||||||
|
|
||||||
2011-06-07 Stéphane Voltz <stef.dev@free.fr>
|
2011-06-07 Stéphane Voltz <stef.dev@free.fr>
|
||||||
* backend/genesys.c backend/genesys.h backend/genesys_conv.c:
|
* backend/genesys.c backend/genesys.h backend/genesys_conv.c:
|
||||||
add blank page skipping and rotation detection options
|
add blank page skipping and rotation detection options
|
||||||
|
|
|
@ -2509,7 +2509,7 @@ gl847_init_regs_for_shading (Genesys_Device * dev)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO this is a good approximation, replace by exact value */
|
/* TODO this is a good approximation, replace by exact value */
|
||||||
dev->scanhead_position_in_steps = (6*dev->model->shading_lines*600)/dev->calib_resolution;
|
dev->scanhead_position_in_steps = (5*dev->model->shading_lines*600)/dev->calib_resolution;
|
||||||
|
|
||||||
DBGCOMPLETED;
|
DBGCOMPLETED;
|
||||||
return SANE_STATUS_GOOD;
|
return SANE_STATUS_GOOD;
|
||||||
|
|
Ładowanie…
Reference in New Issue