kopia lustrzana https://gitlab.com/sane-project/backends
2001-05-27 Oliver Rauch <Oliver.Rauch@rauch-domain.de>
* changed scsi buffer size for solaris sg driver (USE == SOLARIS_INTERFACE in sanei_scsi.c) to 32 KB again because it does not work for at least one system with 64KB.DEVEL_2_0_BRANCH-1
rodzic
aeb4df6280
commit
9225208519
|
@ -226,7 +226,7 @@ static char lastrcmd[16]; /* hold command block of last read command */
|
|||
#endif
|
||||
|
||||
#if USE == SOLARIS_INTERFACE
|
||||
# define MAX_DATA (128*1024)
|
||||
# define MAX_DATA (32*1024)
|
||||
#endif
|
||||
|
||||
#if USE == SOLARIS_SG_INTERFACE
|
||||
|
|
Ładowanie…
Reference in New Issue