aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/doc/usbip.8
blob: 1653bb2cd7d14600c76a02e46c1ffa439b5a373a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.TH USBIP "8" "February 2009" "usbip" "System Administration Utilities"
.SH NAME
usbip \- manage USB/IP devices
.SH SYNOPSIS
.B usbip
[\fIoptions\fR]

.SH DESCRIPTION
Devices exported by USB/IP servers can be listed, attached and
detached using this program.

.SH OPTIONS
.HP
\fB\-a\fR, \fB\-\-attach\fR <host> <bus_id>
.IP
Attach a remote USB device.
.PP

.HP
\fB\-x\fR, \fB\-\-attachall\fR <host>
.IP
Attach all remote USB devices on the specific host.
.PP

.HP
\fB\-d\fR, \fB\-\-detach\fR <ports>
.IP
Detach an imported USB device.
.PP

.HP
\fB\-l\fR, \fB\-\-list\fR <hosts>
.IP
List exported USB devices.
.PP

.HP
\fB\-p\fR, \fB\-\-port\fR
.IP
List virtual USB port status.
.PP

.HP
\fB\-D\fR, \fB\-\-debug\fR
.IP
Print debugging information.
.PP

.HP
\fB\-v\fR, \fB\-\-version\fR
.IP
Show version.
.PP

.SH EXAMPLES

    client:# usbip --list server
        - List exportable usb devices on the server.

    client:# usbip --attach server 1-2
        - Connect the remote USB device.

    client:# usbip --port
        - Show virtual port status.

    client:# usbip --detach 0
        - Detach the usb device.

.SH "SEE ALSO"
\fBusbipd\fP\fB(8)\fB\fP,
\fBusbip_attach_driver\fP\fB(8)\fB\fP