commit | d74348cebf7b883a872c5f0cfdf815855e08db5a | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Wed Jul 20 17:08:28 2011 -0700 |
committer | Mike Lockwood <lockwood@android.com> | Wed Jul 20 17:17:39 2011 -0700 |
tree | 759b0b022db0a5071f20ff36e7f1cbc42ce87988 | |
parent | 07b02fbd98dcc988eb3379b916832473bd8bdfc1 [diff] |
USB: gadget: f_mtp: Move all setup handling to mtp_ctrlrequest The composite driver no longer sends setup requests to functions if the destination is USB_RECIP_DEVICE, so we need to handle the requests here instead of the function's setup callback. Signed-off-by: Mike Lockwood <lockwood@android.com>