kopia lustrzana https://gitlab.com/sane-project/backends
Increased SCSI buffer size on MacOS X. Patch from Mattias Ellert, bug #300601.
rodzic
c83e7ec87c
commit
f99aea20cb
|
|
@ -1,3 +1,8 @@
|
|||
2004-03-29 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* sanei/sanei_scsi.c: Increased SCSI buffer size on MacOS X.
|
||||
Patch from Mattias Ellert, bug #300601.
|
||||
|
||||
2004-03-28 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* backend/gt68xx.c backend/gt68xx_devices.c
|
||||
|
|
|
|||
|
|
@ -270,6 +270,10 @@ static char lastrcmd[16]; /* hold command block of last read command */
|
|||
# define MAX_DATA (64*1024)
|
||||
#endif
|
||||
|
||||
#if USE == MACOSX_INTERFACE
|
||||
# define MAX_DATA (128*1024)
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef MAX_DATA
|
||||
# define MAX_DATA (32*1024)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue