kopia lustrzana https://gitlab.com/sane-project/backends
improve LiDE 210 head parking reliability
rodzic
0f990e4a99
commit
f5e4a4bf8e
|
@ -1,3 +1,7 @@
|
||||||
|
2015-03-02 Stéphane Voltz <stef.dev@free.fr>
|
||||||
|
* backend/genesys_low.c, backend/genesys_gl124.[ch]:
|
||||||
|
improve parking reliability for LiDE 210
|
||||||
|
|
||||||
2015-03-01 Stéphane Voltz <stef.dev@free.fr>
|
2015-03-01 Stéphane Voltz <stef.dev@free.fr>
|
||||||
* backend/genesys_devices.c, backend/genesys_gl124.c:
|
* backend/genesys_devices.c, backend/genesys_gl124.c:
|
||||||
final tuning for Canon LiDE 220
|
final tuning for Canon LiDE 220
|
||||||
|
|
|
@ -2108,6 +2108,17 @@ gl124_slow_back_home (Genesys_Device * dev, SANE_Bool wait_until_home)
|
||||||
return SANE_STATUS_GOOD;
|
return SANE_STATUS_GOOD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* feed a little first */
|
||||||
|
if (strcmp (dev->model->name, "canon-lide-210") == 0)
|
||||||
|
{
|
||||||
|
status = gl124_feed (dev, 20, SANE_TRUE);
|
||||||
|
if (status != SANE_STATUS_GOOD)
|
||||||
|
{
|
||||||
|
DBG (DBG_error, "%s: failed to do initial feed: %s\n", __FUNCTION__, sane_strstatus (status));
|
||||||
|
return status;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
memcpy (local_reg, dev->reg, GENESYS_GL124_MAX_REGS * sizeof (Genesys_Register_Set));
|
memcpy (local_reg, dev->reg, GENESYS_GL124_MAX_REGS * sizeof (Genesys_Register_Set));
|
||||||
resolution=sanei_genesys_get_lowest_dpi(dev);
|
resolution=sanei_genesys_get_lowest_dpi(dev);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue