Modules§
Structs§
- UsbCallback
Handler 🔒 - Processes a stream of device connections from the parent driver, and for each one initiates a
UsbConnection
process to handle individual connections to the host process. - UsbConnection 🔒
- Processes a connection to the underlying USB device through a datagram socket where each packet received or sent corresponds to a USB bulk transfer buffer. It will call the callback with a new link and close the old one whenever a magic reset packet is received from the host.
- UsbVsock
Service 🔒Driver