]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: mass_storage: allow for deeper queue lengths
authorFelipe Balbi <balbi@ti.com>
Tue, 15 Sep 2015 14:39:45 +0000 (09:39 -0500)
committerFelipe Balbi <balbi@ti.com>
Sun, 27 Sep 2015 15:54:31 +0000 (10:54 -0500)
commit2e6c72b61b9a0a7787e8cfa3fff3b34a0c2548ce
tree46ba0a0afffa7a19715e4593563fed289252832c
parenta8f32817eeb0ada6367d812de5cd2ee91a532a48
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>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/function/f_mass_storage.c