change msc buffer size to 64k

This commit is contained in:
yangkai
2012-03-31 16:50:34 +08:00
parent 5938a50396
commit 18ee094ebe

View File

@@ -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