usb_cdc: Notify both the bulk_in and bulk_out tasks on a configure
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
6e18af7057
commit
22da8ca39c
|
@ -398,6 +398,7 @@ usb_req_set_configuration(struct usb_ctrlrequest *req)
|
||||||
}
|
}
|
||||||
usb_set_configure();
|
usb_set_configure();
|
||||||
usb_notify_bulk_in();
|
usb_notify_bulk_in();
|
||||||
|
usb_notify_bulk_out();
|
||||||
usb_do_xfer(NULL, 0, UX_SEND);
|
usb_do_xfer(NULL, 0, UX_SEND);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue