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)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:08:54 +0000 (09:08 -0700)
commita9e8c44fc578157d2124d66e1c72266df6391f47
tree1cee0bb81d9ce7eba00ecae655c816ec30a3b2f6
parent83814ea997cb03a65c7baf1c41699963724af932
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