mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 15:42:19 +02:00
change msc buffer size to 64k
This commit is contained in:
parent
5938a50396
commit
18ee094ebe
|
|
@ -270,7 +270,7 @@ static struct fsg_lun *fsg_lun_from_dev(struct device *dev)
|
|||
#define FSG_NUM_BUFFERS 2
|
||||
|
||||
/* 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user