mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 23:10:25 +09:00
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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user