commit | 76cd9cfb2e022d19bfc008a6e993e1e407034241 | [log] [tgz] |
---|---|---|
author | Pavankumar Kondeti <pkondeti@codeaurora.org> | Mon May 02 11:56:31 2011 +0530 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 03 10:25:25 2011 -0700 |
tree | 1eb19410b12fabebcca29c6842aa88dc8d1c2947 | |
parent | 4c5212b7688955075b166def5ce08b34beb87a9c [diff] |
USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udc The current code queue the control OUT data request to ep0in instead of ep0out. Check ep0_dir and use the correct control endpoint. Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>