gl847 start of scanarea tuning

merge-requests/1/head
Stphane Voltz 2011-06-13 21:15:47 +02:00
rodzic cef28b4d46
commit b750f1715c
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,10 +1,10 @@
2011-06-10 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>
2011-06-13 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys*.[ch] : rework of gl847 to reach 2400 dpi for
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>
* backend/genesys.c backend/genesys.h backend/genesys_conv.c:
add blank page skipping and rotation detection options

Wyświetl plik

@ -2509,7 +2509,7 @@ gl847_init_regs_for_shading (Genesys_Device * dev)
}
/* 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;
return SANE_STATUS_GOOD;