gint/src/usb
Lephe 50cbcd4ac1
usb: fix module not being restored after usb_close()
usb_close() would unpower the module and gint_world_switch_out()
assumed it was powered, so the context switch would fail.
2021-04-27 14:45:12 +02:00
..
classes usb: USB 2.0 function driver (WIP) 2021-04-11 19:04:54 +02:00
configure.c usb: USB 2.0 function driver (WIP) 2021-04-11 19:04:54 +02:00
pipes.c gint: rename the callbacks GINT_CALL, as there are synchronous ones 2021-04-20 17:51:53 +02:00
setup.c usb: USB 2.0 function driver (WIP) 2021-04-11 19:04:54 +02:00
string.c usb: USB 2.0 function driver (WIP) 2021-04-11 19:04:54 +02:00
usb.c usb: fix module not being restored after usb_close() 2021-04-27 14:45:12 +02:00
usb_private.h use GINT_CALL() in every API that has callbacks 2021-04-27 14:29:38 +02:00