2001-06-02 Oliver Rauch <Oliver.Rauch@rauch-domain.de>

* changed minimum scsi buffer size from 64KB to 32KB
DEVEL_2_0_BRANCH-1
Oliver Rauch 2001-06-02 12:07:14 +00:00
rodzic f211f7b92e
commit f0ecd3d80b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -178,7 +178,7 @@ static SANE_String_Const source_list[4];
static SANE_Int bit_depth_list[9];
static SANE_Auth_Callback frontend_authorize_callback;
static int umax_scsi_buffer_size_min = 65536; /* default: minimum scsi buffer size: 64 KB */
static int umax_scsi_buffer_size_min = 32768; /* default: minimum scsi buffer size: 32 KB */
static int umax_scsi_buffer_size_max = 131072; /* default: maximum scsi buffer size: 128 KB */
/* number of lines that shall be scanned in one buffer for preview if possible */