add note for renesas rx remote wakeup

This commit is contained in:
hathach 2021-08-16 20:24:07 +07:00
parent ab2eec77d4
commit 26d347be17
1 changed files with 2 additions and 0 deletions

View File

@ -824,6 +824,8 @@ void dcd_int_handler(uint8_t rhport)
* Therefore we need to manually send resume event.
* Of course, when USB host resumes on its own,
* RESM interrupt rise properly, then this statements are ignored. */
// TODO can be dropped since this logic is implemented by usbd
// USBD will exit suspended mode when SOF event is received
dcd_event_bus_signal(rhport, DCD_EVENT_RESUME, true);
_dcd.suspended = 0;
}