diff --git a/backend/genesys_gl124.c b/backend/genesys_gl124.c index 9188842b6..a92d36433 100644 --- a/backend/genesys_gl124.c +++ b/backend/genesys_gl124.c @@ -1611,8 +1611,9 @@ gl124_init_scan_regs (Genesys_Device * dev, { depth = 8; } + /* XXX STEF XXX if (depth == 16) - flags |= SCAN_FLAG_DISABLE_GAMMA; + flags |= SCAN_FLAG_DISABLE_GAMMA; */ /* we enable true gray for cis scanners only, and just when doing * scan since color calibration is OK for this mode @@ -2595,7 +2596,7 @@ gl124_init_regs_for_shading (Genesys_Device * dev) /* distance to move to reach white target at high resolution */ move=0; - if(3*dev->settings.yres>=1200) + if(dev->settings.yres>=1200) { move = SANE_UNFIX (dev->model->y_offset_calib); move = (move * (dev->motor.base_ydpi/4)) / MM_PER_INCH;