commit | 95ed32366748e2034e82c9e738c312df8fb3d3a9 | [log] [tgz] |
---|---|---|
author | Roger Quadros <roger.quadros@nokia.com> | Mon May 09 13:08:07 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue May 10 14:14:58 2011 -0700 |
tree | 9506a9ec54bc1245fac73f6bc850315511e56ca2 | |
parent | 1b9ba000177ee47bcc5b44c7c34e48e735f5f9b1 [diff] |
usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance tests Defer the SET_CONFIG and SET_INTERFACE control transfer's data/status stages till we are ready to process new CBW from the host. This way we ensure that we don't loose any CBW during MSC compliance tests and cause lock up. Signed-off-by: Roger Quadros <roger.quadros@nokia.com> Acked-by: Michal Nazarewicz <mina86@mina86.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>