Lines Matching +full:usb +full:- +full:attach
3 usbip \- manage USB/IP devices
9 On a USB/IP server, devices can be listed, bound, and unbound using
10 this program. On a USB/IP client, devices exported by USB/IP servers
15 \fB\-\-debug\fR
21 \fB\-\-log\fR
27 \fB\-\-tcp-port PORT\fR
29 Connect to PORT on remote host (used for attach and list --remote).
47 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR>
49 Attach a remote USB device.
53 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-device=<\fIdev_id\fR>
55 Attach a remote USB gadget.
60 \fBdetach\fR \-\-port=<\fIport\fR>
62 Detach an imported USB device/gadget.
66 \fBbind\fR \-\-busid=<\fIbusid\fR>
72 \fBunbind\fR \-\-busid=<\fIbusid\fR>
78 \fBlist\fR \-\-remote=<\fIhost\fR>
80 List USB devices exported by a remote host.
84 \fBlist\fR \-\-device
86 List USB gadgets of local usbip-vudc.
88 Note that this can not list usbip-vudc USB gadgets of the remote device mode usbipd.
92 \fBlist\fR \-\-local
94 List local USB devices.
106 client:# usbip list --remote=server
107 - List devices exported by remote server.
109 client:# modprobe vhci-hcd
111 client:# usbip attach --remote=server --busid=1-2
112 - Connect the remote USB device.
115 - List imported devices/gadgets.
117 client:# usbip detach --port=0
118 - Detach the usb device.
122 server:# usbip list --device
123 - List gadgets exported by local usbipd server.
125 client:# modprobe vhci-hcd
127 client:# usbip attach --remote=server --device=usbip-vudc.0
128 - Connect the remote USB gadget.
131 - List imported devices/gadgets.
133 client:# usbip detach --port=0
134 - Detach the usb gadget.