diff options
| author | hathach <[email protected]> | 2020-05-27 11:01:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-05-27 11:01:33 +0700 |
| commit | d4bf777c943659a4e985ce8514ef077c5bf2b40d (patch) | |
| tree | f74a54754abea03c6ef132208c6d2f6bcfa9d08e /src/device | |
| parent | 227bffe04b5d61e49a6f7e777c12e1efd7b498d1 (diff) | |
try to get synopsys work with OTG HS + external PHY
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index f7918c07e..bd892e389 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -384,6 +384,7 @@ void tud_task (void) { case DCD_EVENT_BUS_RESET: usbd_reset(event.rhport); + // TODO DCD should report operational speed (LS/FS/HS) break; case DCD_EVENT_UNPLUGGED: |
