refactor(enum): Curved out Enumeration process from Hub Driver

This commit is contained in:
Roman Leonov
2024-03-04 21:11:43 +01:00
parent 2f77896198
commit 39f91a3d5a
8 changed files with 1603 additions and 768 deletions

View File

@@ -58,6 +58,7 @@ typedef struct urb_s urb_t;
typedef enum {
USB_PROC_REQ_SOURCE_USBH = 0x01,
USB_PROC_REQ_SOURCE_HUB = 0x02,
USB_PROC_REQ_SOURCE_ENUM = 0x03
} usb_proc_req_source_t;
/**