USB: gadget: adb: Queue read requests with length specified by client.
authorMike Lockwood <lockwood@android.com>
Sat, 19 Dec 2009 23:22:09 +0000 (18:22 -0500)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:02:44 +0000 (12:02 -0800)
commit73dc9e432881633fc94b1025f05c2f44851ef9a1
tree2fb0c4c3b8bff0f7e3978f6e2a95b815a539115b
parent42c3c90fe029e38f13f4c5fbbb70fbde700c983f
USB: gadget: adb: Queue read requests with length specified by client.

Previously we queued 4K requests rather than the count passed into read().

Signed-off-by: Mike Lockwood <lockwood@android.com>
drivers/usb/gadget/f_adb.c