Fixed bug, that causes ASIC96003/1 based devices to move their

sensors too fast in lineart mode at 200 and 300dpi.
merge-requests/1/head
Gerhard Jaeger 2005-08-10 20:39:59 +00:00
rodzic 8ab9887a05
commit 6ec7a1844d
1 zmienionych plików z 8 dodań i 11 usunięć

Wyświetl plik

@ -30,7 +30,8 @@
* - 0.40 - no changes
* - 0.41 - no changes
* - 0.42 - changed include names
* - 0.43 - no changes
* - 0.43 - fixed a problem in ioP96InitialSetCurrentSpeed(), for COLOR_BW
* at least, used the setting for A3I
* .
* <hr>
* This file is part of the SANE package.
@ -395,11 +396,7 @@ static void ioP96InitialSetCurrentSpeed( pScanData ps )
case COLOR_BW:
ps->bCurrentSpeed = (ps->DataInf.dwAsicPixelsPerPlane >
/*
// HEINER:A3I
// _BUF_SIZE_BASE_CONST * 2) ? 2 : 1;
*/
_BUF_SIZE_BASE_CONST) ? 2 : 1;
_BUF_SIZE_BASE_CONST * 2) ? 2 : 1;
break;
case COLOR_256GRAY: