commit | 05cdbdb233e05620aaac11e82a01c43facdcc8f3 | [log] [tgz] |
---|---|---|
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | Mon Sep 12 09:13:12 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:18:54 2011 -0700 |
tree | 4efeb01f012dbcd3ae0963ed398e6a81c8aaad12 | |
parent | b4d883f10673709a908d168d3d4282a7fce383a4 [diff] |
USB: gadget: ci13xxx_udc: Fix bug in nuking the control OUT endpoint ci13xxx_udc controller driver exposes EP0 In as control endpoint to function drivers. Function drivers request both IN and OUT control data transfers on EP0 In. Controller driver internally uses EP0 Out for queuing/retiring OUT control endpoint requests by checking the control transfer direction. Do the same for nuking and dequeuing. CRs-Fixed: 305866 Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>