final tuning for LiDE 220 support

merge-requests/1/head
Stphane Voltz 2015-03-01 21:43:08 +01:00
rodzic 470594e18b
commit 1eb35fe4cb
3 zmienionych plików z 7 dodań i 3 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2015-03-01 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys_devices.c, backend/genesys_gl124.c:
final tuning for Canon LiDE 220
2015-02-26 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c, backend/genesys.conf.in,
backend/genesys_devices.c, backend/genesys_gl124.c,

Wyświetl plik

@ -1938,8 +1938,8 @@ static Genesys_Model canon_lide_220_model = {
GENESYS_GL124, /* or a compatible one */
NULL,
{4800, 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75, 0}, /* possible x-resolutions */
{4800, 2400, 1200, 600, /* 400,*/ 300, 150, 100, 75, 0}, /* possible y-resolutions */
{4800, 2400, 1200, 600, 300, 150, 100, 75, 0}, /* possible x-resolutions */
{4800, 2400, 1200, 600, 300, 150, 100, 75, 0}, /* possible y-resolutions */
{16, 8, 0}, /* possible depths in gray mode */
{16, 8, 0}, /* possible depths in color mode */

Wyświetl plik

@ -852,7 +852,7 @@ gl124_init_motor_regs_scan (Genesys_Device * dev,
}
else
{
min_speed = 600;
min_speed = 900;
if(dev->model->ccd_type==MOTOR_CANONLIDE110)
{
min_speed = 300;