commit | a9e8c44fc578157d2124d66e1c72266df6391f47 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Sat Dec 19 18:22:09 2009 -0500 |
committer | Colin Cross <ccross@android.com> | Tue Jun 14 09:08:54 2011 -0700 |
tree | 1cee0bb81d9ce7eba00ecae655c816ec30a3b2f6 | |
parent | 83814ea997cb03a65c7baf1c41699963724af932 [diff] |
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>