commit | 2e6c72b61b9a0a7787e8cfa3fff3b34a0c2548ce | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Sep 15 09:39:45 2015 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Sun Sep 27 10:54:31 2015 -0500 |
tree | 46ba0a0afffa7a19715e4593563fed289252832c | |
parent | a8f32817eeb0ada6367d812de5cd2ee91a532a48 [diff] |
usb: gadget: mass_storage: allow for deeper queue lengths Instead of allowing a range of 2 to 4 requests, let's allow the user choose up to 32 requests as that will give us a better chance of keeping controller busy. We still maintain default of 2 so users shouldn't be affected. Signed-off-by: Felipe Balbi <balbi@ti.com>