Modulesยง
- vsock_
service ๐
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
Staticsยง
Functionsยง
- get_
usb_ ๐device - read_
packet_ ๐stream - run_
connection ๐ - usb_
socket_ ๐reader - usb_
socket_ ๐writer