usbip 0.8.0

A library to run USB/IP server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# usbip

## linux modules

- vhci-hcd: client side, virtual usb host controller
- usbip-host: server side, bound to usb device to make it exportable
- usbip-vudc: server side, export a usb gadget

### usbip-host

Files:

- drivers/usb/usbip/stub.h
- drivers/usb/usbip/stub_main.c
- drivers/usb/usbip/stub_dev.c
- drivers/usb/usbip/stub_rx.c
- drivers/usb/usbip/stub_tx.c