]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/usbip/userspace/doc/usbip.8
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas...
[karo-tx-linux.git] / drivers / staging / usbip / userspace / doc / usbip.8
1 .TH USBIP "8" "February 2009" "usbip" "System Administration Utilities"
2 .SH NAME
3 usbip \- manage USB/IP devices
4 .SH SYNOPSIS
5 .B usbip
6 [\foptions\R] <\fIcommand\fR> <\fIargs\fR>
7
8 .SH DESCRIPTION
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
11 can be listed, attached and detached.
12
13 .SH OPTIONS
14 .HP
15 \fB\-\-debug\fR
16 .IP
17 Print debugging information.
18 .PP
19
20 .HP
21 \fB\-\-log\fR
22 .IP
23 Log to syslog.
24 .PP
25
26 .SH COMMANDS
27 .HP
28 \fBversion\fR
29 .IP
30 Show version and exit.
31 .PP
32
33 .HP
34 \fBhelp\fR [\fIcommand\fR]
35 .IP
36 Print the program help message, or help on a specific command, and
37 then exit.
38 .PP
39
40 .HP
41 \fBattach\fR \-\-remote=<\fIhost\fR> \-\-busid=<\fIbus_id\fR>
42 .IP
43 Attach a remote USB device.
44 .PP
45
46 .HP
47 \fBdetach\fR \-\-port=<\fIport\fR>
48 .IP
49 Detach an imported USB device.
50 .PP
51
52 .HP
53 \fBbind\fR \-\-busid=<\fIbusid\fR>
54 .IP
55 Make a device exportable.
56 .PP
57
58 .HP
59 \fBunbind\fR \-\-busid=<\fIbusid\fR>
60 .IP
61 Stop exporting a device so it can be used by a local driver.
62 .PP
63
64 .HP
65 \fBlist\fR \-\-remote=<\fIhost\fR>
66 .IP
67 List USB devices exported by a remote host.
68 .PP
69
70 .HP
71 \fBlist\fR \-\-local
72 .IP
73 List local USB devices.
74 .PP
75
76
77 .SH EXAMPLES
78
79     client:# usbip list --remote=server
80         - List exportable usb devices on the server.
81
82     client:# usbip attach --remote=server --busid=1-2
83         - Connect the remote USB device.
84
85     client:# usbip detach --port=0
86         - Detach the usb device.
87
88 .SH "SEE ALSO"
89 \fBusbipd\fP\fB(8)\fB\fP