summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-05-27 11:01:33 +0700
committerhathach <[email protected]>2020-05-27 11:01:33 +0700
commitd4bf777c943659a4e985ce8514ef077c5bf2b40d (patch)
treef74a54754abea03c6ef132208c6d2f6bcfa9d08e /src/device
parent227bffe04b5d61e49a6f7e777c12e1efd7b498d1 (diff)
try to get synopsys work with OTG HS + external PHY
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c1
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: