kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
8ab9887a05
commit
6ec7a1844d
|
@ -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:
|
||||
|
|
Ładowanie…
Reference in New Issue