mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-29 10:20:57 +00:00
add note for renesas rx remote wakeup
This commit is contained in:
parent
ab2eec77d4
commit
26d347be17
@ -824,6 +824,8 @@ void dcd_int_handler(uint8_t rhport)
|
|||||||
* Therefore we need to manually send resume event.
|
* Therefore we need to manually send resume event.
|
||||||
* Of course, when USB host resumes on its own,
|
* Of course, when USB host resumes on its own,
|
||||||
* RESM interrupt rise properly, then this statements are ignored. */
|
* 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_event_bus_signal(rhport, DCD_EVENT_RESUME, true);
|
||||||
_dcd.suspended = 0;
|
_dcd.suspended = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user