Lines Matching +full:usb +full:- +full:version
3 usbipd \- USB/IP server daemon
10 provides USB/IP clients access to exported USB devices.
16 The daemon accepts connections from USB/IP clients
21 \fB\-4\fR, \fB\-\-ipv4\fR
27 \fB\-6\fR, \fB\-\-ipv6\fR
33 \fB\-e\fR, \fB\-\-device\fR
39 \fB\-D\fR, \fB\-\-daemon\fR
45 \fB\-d\fR, \fB\-\-debug\fR
51 \fB\-PFILE\fR, \fB\-\-pid FILE\fR
58 \fB\-tPORT\fR, \fB\-\-tcp\-port PORT\fR
63 \fB\-h\fR, \fB\-\-help\fR
69 \fB\-v\fR, \fB\-\-version\fR
71 Show version.
77 offers no authentication or authorization for USB/IP. Any
82 server:# modprobe usbip-host
84 server:# usbipd -D
85 - Start usbip daemon.
87 server:# usbip list --local
88 - List driver assignments for usb devices.
90 server:# usbip bind --busid=1-2
91 - Bind usbip-host.ko to the device of busid 1-2.
92 - A usb device 1-2 is now exportable to other hosts!
93 … - Use 'usbip unbind --busid=1-2' when you want to shutdown exporting and use the device locally.
97 server:# modprobe usbip-vudc
98 - Use /sys/class/udc/ interface.
99 - usbip-host is independent of this module.
101 server:# usbipd -e -D
102 - Start usbip daemon in device mode.
105 - Bind a gadget to usbip-vudc.
106 - in this example, a mass storage gadget is bound.
108 server:# usbip list --device
109 - List gadgets exported by local usbipd server.
111 server:# modprobe -r g_mass_storage
112 - Unbind a gadget from usbip-vudc.
113 - in this example, the previous mass storage gadget is unbound.