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)
committerArve Hjønnevåg <arve@android.com>
Mon, 8 Feb 2010 23:09:04 +0000 (15:09 -0800)
commit9bebaa516d632a1ac16aad0955dc8dd7897fdad9
tree832f58718c03aaccab4c4df5106a3c8419712ef4
parentdd5acba95def6cd1fed0fcd9b047312f8ca8bef2
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