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 \fBdetach\fR \-\-port=<\fIport\fR>
55 Detach an imported USB device.
59 \fBbind\fR \-\-busid=<\fIbusid\fR>
65 \fBunbind\fR \-\-busid=<\fIbusid\fR>
71 \fBlist\fR \-\-remote=<\fIhost\fR>
73 List USB devices exported by a remote host.
77 \fBlist\fR \-\-local
79 List local USB devices.
85 client:# usbip list --remote=server
86 - List devices exported by remote server.
88 client:# modprobe vhci-hcd
90 client:# usbip attach --remote=server --busid=1-2
91 - Connect the remote USB device.
93 client:# usbip detach --port=0
94 - Detach the usb device.