mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
USB: change FSG_BUFLEN from 16KB to 64KB in order to increase copy-speed
This commit is contained in:
@@ -185,7 +185,7 @@ static inline int fsg_num_buffers_validate(void)
|
||||
}
|
||||
|
||||
/* Default size of buffer length. */
|
||||
#define FSG_BUFLEN ((u32)16384)
|
||||
#define FSG_BUFLEN ((u32)65536)
|
||||
|
||||
/* Maximal number of LUNs supported in mass storage function */
|
||||
#define FSG_MAX_LUNS 8
|
||||
|
||||
Reference in New Issue
Block a user