usb_standard: Implemented support for sending out what we have so far of a BOS descriptor

This commit is contained in:
dragonmux
2022-08-11 07:12:35 +01:00
committed by Piotr Esden-Tempski
parent 60ff345798
commit 1bc180c639
3 changed files with 59 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ struct _usbd_device {
bool needs_zlp;
} control_state;
usbd_microsoft_os_req_callback microsoft_os_req_callback;
struct user_control_callback {
usbd_control_callback cb;
uint8_t type;