aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/usbip/userspace/doc/usbip_bind_driver.8
blob: d43bbd6be934e8fbafde2dab57b2ed85ad2d847a (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
.TH USBIP_BIND_DRIVER "8" "February 2009" "usbip" "System Administration Utilities"
.SH NAME
usbip_bind_driver \- change driver binding for USB/IP

.SH SYNOPSIS
.B usbip_bind_driver
[\fIoptions\fR]

.SH DESCRIPTION
Driver bindings for USB devices can be changed using
this program. It is used to export and unexport USB
devices over USB/IP.

.SH OPTIONS
.TP
\fB\-u\fR, \fB\-\-usbip\fR <busid>
Make a device exportable
.TP
\fB\-o\fR, \fB\-\-other\fR <busid>
Use a device by a local driver
.TP
\fB\-l\fR, \fB\-\-list\fR
Print usb devices and their drivers
.TP
\fB\-L\fR, \fB\-\-list2\fR
Print usb devices and their drivers in parseable mode

.SH EXAMPLES

    server:# usbip_bind_driver --list
        - List driver assignments for usb devices.

    server:# usbip_bind_driver --usbip 1-2
        - Bind usbip-host.ko to the device of busid 1-2.
        - A usb device 1-2 is now exportable to other hosts!

    server:# usbip_bind_driver --other 1-2
        - Shutdown exporting and use the device locally.

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