diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /drivers/staging/usbip | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r-- | drivers/staging/usbip/userspace/doc/usbip_bind_driver.8 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/drivers/staging/usbip/userspace/doc/usbip_bind_driver.8 b/drivers/staging/usbip/userspace/doc/usbip_bind_driver.8 new file mode 100644 index 00000000000..d43bbd6be93 --- /dev/null +++ b/drivers/staging/usbip/userspace/doc/usbip_bind_driver.8 | |||
@@ -0,0 +1,42 @@ | |||
1 | .TH USBIP_BIND_DRIVER "8" "February 2009" "usbip" "System Administration Utilities" | ||
2 | .SH NAME | ||
3 | usbip_bind_driver \- change driver binding for USB/IP | ||
4 | |||
5 | .SH SYNOPSIS | ||
6 | .B usbip_bind_driver | ||
7 | [\fIoptions\fR] | ||
8 | |||
9 | .SH DESCRIPTION | ||
10 | Driver bindings for USB devices can be changed using | ||
11 | this program. It is used to export and unexport USB | ||
12 | devices over USB/IP. | ||
13 | |||
14 | .SH OPTIONS | ||
15 | .TP | ||
16 | \fB\-u\fR, \fB\-\-usbip\fR <busid> | ||
17 | Make a device exportable | ||
18 | .TP | ||
19 | \fB\-o\fR, \fB\-\-other\fR <busid> | ||
20 | Use a device by a local driver | ||
21 | .TP | ||
22 | \fB\-l\fR, \fB\-\-list\fR | ||
23 | Print usb devices and their drivers | ||
24 | .TP | ||
25 | \fB\-L\fR, \fB\-\-list2\fR | ||
26 | Print usb devices and their drivers in parseable mode | ||
27 | |||
28 | .SH EXAMPLES | ||
29 | |||
30 | server:# usbip_bind_driver --list | ||
31 | - List driver assignments for usb devices. | ||
32 | |||
33 | server:# usbip_bind_driver --usbip 1-2 | ||
34 | - Bind usbip-host.ko to the device of busid 1-2. | ||
35 | - A usb device 1-2 is now exportable to other hosts! | ||
36 | |||
37 | server:# usbip_bind_driver --other 1-2 | ||
38 | - Shutdown exporting and use the device locally. | ||
39 | |||
40 | .SH "SEE ALSO" | ||
41 | \fBusbip\fP\fB(8)\fB\fP, | ||
42 | \fBusbipd\fP\fB(8)\fB\fP | ||