|
@@ -523,7 +523,7 @@ static int fsg_setup(struct usb_function *f,
|
|
|
*/
|
|
*/
|
|
|
DBG(fsg, "bulk reset request\n");
|
|
DBG(fsg, "bulk reset request\n");
|
|
|
raise_exception(fsg->common, FSG_STATE_RESET);
|
|
raise_exception(fsg->common, FSG_STATE_RESET);
|
|
|
- return DELAYED_STATUS;
|
|
|
|
|
|
|
+ return USB_GADGET_DELAYED_STATUS;
|
|
|
|
|
|
|
|
case US_BULK_GET_MAX_LUN:
|
|
case US_BULK_GET_MAX_LUN:
|
|
|
if (ctrl->bRequestType !=
|
|
if (ctrl->bRequestType !=
|