kopia lustrzana https://gitlab.com/sane-project/backends
backend/avision: ability[3] seems to be a typo since ability[2] is dark cal indicator
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>merge-requests/244/head
rodzic
de1a873cb7
commit
aff30cbb21
|
@ -5002,7 +5002,7 @@ normal_calibration (Avision_Scanner* s)
|
|||
return SANE_STATUS_NO_MEM;
|
||||
|
||||
/* check if we need to do dark calibration (shading) */
|
||||
if (BIT(calib_format.ability1, 3))
|
||||
if (BIT(calib_format.ability1, 2))
|
||||
{
|
||||
DBG (1, "normal_calibration: reading dark data\n");
|
||||
/* read dark calib data */
|
||||
|
|
Ładowanie…
Reference in New Issue