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>
Thu, 30 Sep 2010 00:49:16 +0000 (17:49 -0700)
commit290c1aaa5832fa7efd0f5016c855e2b925b068b2
tree666ec2c1c676cbf9d93428b98976d7159bbe5ce6
parent01acfb833c9400c07cd25a54406143ff0744cd14
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