diff options
| author | hathach <[email protected]> | 2026-02-27 22:39:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-02-27 22:39:42 +0700 |
| commit | 66c4d470eb70b781f0ebdd995aadf44633ce95a4 (patch) | |
| tree | 15540087f3898d00e98fadb535d99aae74efbd86 /src/host/hcd.h | |
| parent | fd933642df6a687d4452275d277e9479870f806c (diff) | |
add back deferred attachment queue, retry get hub port status if reset change not set after 20ms
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 36a7f5da5..47d672f9e 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -59,7 +59,7 @@ typedef enum { HCD_EVENT_XFER_COMPLETE, USBH_EVENT_FUNC_CALL, // Not an HCD event - HCD_EVENT_COUNT + HCD_EVENT_INVALID } hcd_eventid_t; typedef struct { @@ -72,7 +72,6 @@ typedef struct { struct { uint8_t hub_addr; uint8_t hub_port; - uint8_t speed; } connection; // XFER_COMPLETE |
