mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
change msc buffer size to 64k
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user